rust/tests/rustdoc-html/resolve-ice-124363.rs
2026-01-07 14:23:30 +01:00

7 lines
64 B
Rust

/**
*/
pub mod A {
#![doc = "{
Foo { },
}"]
}