Rust: fix duplicate asm! expressions

This commit is contained in:
Paolo Tranquilli
2025-08-19 14:01:25 +02:00
parent d38459a50a
commit 49bf48eda1
30 changed files with 163 additions and 140 deletions

View File

@@ -82,6 +82,7 @@ fn should_enum_be_skipped(name: &str) -> bool {
fn should_node_be_skipped(name: &str) -> bool {
name == "TypeAnchor" // we flatten TypeAnchor into PathSegment in the extractor
|| name == "MacroStmts" // we workaround a getter bug in the extractor
}
fn should_node_be_skipped_in_extractor(name: &str) -> bool {