Skip to content

Call to vec::filter causes segfault in rustdoc tests #4439

Closed
@catamorphism

Description

@catamorphism

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lifetimesArea: Lifetimes / regionsI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions