mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
dc78ee0c80
Make vec-shrink-panic test compatible with v0 mangling The v0 mangling includes an instantiating crate in a mangled name, which crates a false positive match for a word `panic`. Rename crate name / test case to avoid the issue.