0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-24 09:26:11 +01:00
rust/tests/rustdoc/resolve-ice-124363.rs

8 lines
64 B
Rust

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