mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Add MacroFileKind::Statements
This commit is contained in:
parent
3f1a0c3c5f
commit
4ff400833f
2 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ pub struct MacroFile {
|
|||
pub enum MacroFileKind {
|
||||
Items,
|
||||
Expr,
|
||||
Statements,
|
||||
}
|
||||
|
||||
/// `MacroCallId` identifies a particular macro invocation, like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue