mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove the legacy macro scoping hack
This commit is contained in:
parent
f0db648cb6
commit
18b6327a29
3 changed files with 29 additions and 7 deletions
|
@ -63,7 +63,7 @@ foo::bar!(92);
|
|||
macro_rules! m { () => {} }
|
||||
|
||||
m!(); m2!();
|
||||
//^^ error: unresolved macro `self::m2!`
|
||||
//^^ error: unresolved macro `m2!`
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue