Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
crate-reference-in-block-module.rs
blob: e27c48568671ddb5f812f279bf8bfe1a4cf4f4d8 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
fn
main
()
{
/// [](crate)
struct
X
;
}