1 2 3 4 5 6 7 8 9
--- source: wgsl_bindgen/src/quote_gen/rust_module_builder.rs --- pub mod a { struct B; pub mod b { struct A; } }