Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
intra-doc
/
issue-103463.rs
blob: 9b5cb67fd32a69fcd1f8a3accf7cffd819aba3c2 [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{}