mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
parent
44bab3621d
commit
0f70290b6e
3 changed files with 70 additions and 1 deletions
|
@ -256,7 +256,7 @@ fn path_or_macro_type_(p: &mut Parser, allow_bounds: bool) {
|
|||
let m = p.start();
|
||||
paths::type_path(p);
|
||||
|
||||
let kind = if p.at(T![!]) {
|
||||
let kind = if p.at(T![!]) && !p.at(T![!=]) {
|
||||
items::macro_call_after_excl(p);
|
||||
MACRO_CALL
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue