1
Fork 0
rust/tests/rustdoc-ui/crate-reference-in-block-module.rs

6 lines
60 B
Rust
Raw Normal View History

// check-pass
fn main() {
/// [](crate)
struct X;
}