Auto merge of #17555 - Veykril:grammar-inline, r=Veykril

internal: Inline generated syntax methods
This commit is contained in:
bors 2024-07-07 09:21:04 +00:00
commit a5b21ea0aa
26 changed files with 1115 additions and 41 deletions

View file

@ -6,7 +6,7 @@ use hir::{AsAssocItem, HirDisplay, ImportPathConfig, ModuleDef, SemanticsScope};
use itertools::Itertools;
use rustc_hash::FxHashMap;
use syntax::{
ast::{self, make, AstNode},
ast::{self, make, AstNode, HasGenericArgs},
ted, SyntaxNode,
};