Rustdoc tests were segfaulting -- I narrowed down the problem to the call to vec::filter in prune_private_pass::fold_mod. When I changed that to filtered, the segfault went away. Sorry, I don't have a more minimal test case at this point.
@erickt , you may be interested (though the bug is likely in trans and not your fault).
Rustdoc tests were segfaulting -- I narrowed down the problem to the call to
vec::filterinprune_private_pass::fold_mod. When I changed that tofiltered, the segfault went away. Sorry, I don't have a more minimal test case at this point.@erickt , you may be interested (though the bug is likely in trans and not your fault).