mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-17 21:24:52 +00:00
Merge pull request #20439 from A4-Tacks/t-macro-bracket-doc
Add guess braces doc `T![]` for `T_`
This commit is contained in:
@@ -659,6 +659,7 @@ fn generate_syntax_kinds(grammar: KindsSrc) -> String {
|
||||
}
|
||||
}
|
||||
|
||||
/// `T![]`
|
||||
#[macro_export]
|
||||
macro_rules! T_ {
|
||||
#([#punctuation_values] => { $crate::SyntaxKind::#punctuation };)*
|
||||
|
||||
Reference in New Issue
Block a user