Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc
/
intra-doc
/
issue-103463.rs
blob: 4adf8a9a8a4a320124cfe855479bccf715c65feb [
file
] [
log
] [
blame
]
// The `Trait` is not pulled into the crate resulting in doc links in its methods being resolved.
// aux-build:issue-103463-aux.rs
extern
crate issue_103463_aux
;
use
issue_103463_aux
::
Trait
;
fn
main
()
{}