mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
715cda2e81
mangling_v0: Skip extern blocks during mangling There's no need to include the dummy `Nt` into the symbol name, items in extern blocks belong to their parent modules for all purposes except for inheriting the ABI and attributes. Follow up to https://github.com/rust-lang/rust/pull/92032 (There's also a drive-by fix to the `rust-demangler` tool's tests, which don't run on CI, I initially attempted using them for testing this PR.) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |