mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Implement RawAttr::filter
This commit is contained in:
parent
03c177af89
commit
08de1b4fa5
5 changed files with 76 additions and 3 deletions
|
@ -133,6 +133,10 @@ pub(crate) mod fragments {
|
|||
|
||||
m.complete(p, MACRO_STMTS);
|
||||
}
|
||||
|
||||
pub(crate) fn attr(p: &mut Parser) {
|
||||
attributes::outer_attrs(p)
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn reparser(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue