Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error
This commit is contained in:
parent
1481fd964b
commit
7d82cadd97
6 changed files with 54 additions and 243 deletions
|
@ -1186,7 +1186,7 @@ impl<'a> Resolver<'a> {
|
|||
let root_module = this.resolve_crate_root(root_ident);
|
||||
this.add_module_candidates(root_module, &mut suggestions, filter_fn, None);
|
||||
}
|
||||
Scope::Module(module, _) => {
|
||||
Scope::Module(module) => {
|
||||
this.add_module_candidates(module, &mut suggestions, filter_fn, None);
|
||||
}
|
||||
Scope::MacroUsePrelude => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue