rust/compiler/rustc_resolve
Nicholas Nethercote 258a446c89 Simplify Resolver::resolve_macro_path.
There are only two call sites, and three of the arguments are identical
at both call sites. This commit removes those arguments and renames the
method accordingly.
2025-11-13 09:15:44 +11:00
..