rust/compiler/rustc_resolve
Nicholas Nethercote c12b4aade0 Use a dummy ident for a lint_if_path_starts_with_module call.
This is pretty weird code. As the `HACK` comment indicates, we push the
empty ident here only to make the path longer, so certain checks to
occur within `lint_if_path_starts_with_module`. `dummy` is a better
choice because it explicitly communicates that the actual value doesn't
matter.
2025-04-15 16:05:13 +10:00
..
src Use a dummy ident for a lint_if_path_starts_with_module call. 2025-04-15 16:05:13 +10:00
Cargo.toml Avoid a reverse map that is only used in diagnostics paths 2025-04-11 09:33:38 +00:00
messages.ftl Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00