rust/compiler/rustc_resolve
Vadim Petrochenkov 73096965fb resolve: Avoid double table lookup in extern_prelude_get
Do not write dummy bindings to extern prelude.
Use more precise `Used::Scope` while recording use and remove now redundant `introduced_by_item` check.
2025-07-31 20:13:13 +03:00
..
src resolve: Avoid double table lookup in extern_prelude_get 2025-07-31 20:13:13 +03:00
Cargo.toml resolve: Clarify extern prelude insertion for extern crate items 2025-07-31 19:20:11 +03:00
messages.ftl Ports #[macro_use] and #[macro_escape] to the new attribute parsing infrastructure 2025-07-23 13:33:23 +02:00