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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
61 B
Rust
Raw Normal View History

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