Rollup merge of #137392 - klensy:unused, r=compiler-errors
remove few unused fields Remove unused field and convert hashmap to hashset in second commit.
This commit is contained in:
commit
cfc2d111ed
5 changed files with 4 additions and 6 deletions
|
|
@ -1983,7 +1983,7 @@ fn resolution_failure(
|
|||
.tcx
|
||||
.resolutions(())
|
||||
.all_macro_rules
|
||||
.contains_key(&Symbol::intern(path_str))
|
||||
.contains(&Symbol::intern(path_str))
|
||||
{
|
||||
diag.note(format!(
|
||||
"`macro_rules` named `{path_str}` exists in this crate, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue