rustc/tests/rustdoc/resolve-ice-124363.rs
2024-07-31 08:40:13 +02:00

8 lines
64 B
Rust

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