rust/compiler/rustc_resolve/src
Michael Goulet aab7b145d0
Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank
Try to point of macro expansion from resolver and method errors if it involves macro var

In the case that a macro caller passes an identifier into a macro generating a path or method expression, point out that identifier in the context of the *macro* so it's a bit more clear how the macro is involved in causing the error.

r? ``````````@estebank`````````` or reassign
2025-03-06 12:22:13 -05:00
..
late Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank 2025-03-06 12:22:13 -05:00
build_reduced_graph.rs Implment #[cfg] and #[cfg_attr] in where clauses 2025-03-01 22:02:46 +08:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov 2025-03-03 10:40:56 +01:00
diagnostics.rs Introduce feature(generic_const_parameter_types) 2025-02-28 20:43:15 +00:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Introduce feature(generic_const_parameter_types) 2025-02-28 20:43:15 +00:00
ident.rs Introduce feature(generic_const_parameter_types) 2025-02-28 20:43:15 +00:00
imports.rs Rollup merge of #137529 - klensy:unused3, r=lcnr 2025-02-26 04:15:04 +01:00
late.rs Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=BoxyUwU 2025-03-04 19:37:01 -08:00
lib.rs Introduce feature(generic_const_parameter_types) 2025-02-28 20:43:15 +00:00
macros.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustdoc.rs rustdoc: improve refdef handling in the unresolved link lint 2025-02-15 12:21:35 -07:00