rust/compiler/rustc_metadata
Vadim Petrochenkov 54cd824819 Remove effect of #[no_link] attribute on name resolution
Previously it hid all non-macro names from other crates.
This has no relation to linking and can change name resolution behavior in some cases (e.g. glob conflicts), in addition to just producing the "unresolved name" errors
2021-12-17 20:14:30 +08:00
..
src Remove effect of #[no_link] attribute on name resolution 2021-12-17 20:14:30 +08:00
Cargo.toml replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00