rust/compiler/rustc_resolve/src
Matthias Krüger 7c2475e9aa
Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin
Add an attribute that makes the spans from a macro edition 2021, and fix pin on edition 2024 with it

Fixes a regression, see issue below. This is a temporary fix, super let is the real solution.

Closes #138596
2025-03-21 15:48:57 +01:00
..
late Use Option<Ident> for lowered param names. 2025-03-19 20:54:10 +11:00
build_reduced_graph.rs resolve: Avoid some unstable iteration 2025-03-14 18:34:08 +03:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
diagnostics.rs resolve: Avoid some unstable iteration 2025-03-14 18:34:08 +03:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs resolve: Avoid some unstable iteration 2025-03-14 18:34:08 +03:00
imports.rs Rollup merge of #137529 - klensy:unused3, r=lcnr 2025-02-26 04:15:04 +01:00
late.rs resolve: Avoid some unstable iteration 2025-03-14 18:34:08 +03:00
lib.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
macros.rs Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin 2025-03-21 15:48:57 +01:00
rustdoc.rs rustdoc: improve refdef handling in the unresolved link lint 2025-02-15 12:21:35 -07:00