Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
rustdoc-ui
/
issues
/
ice-unresolved-self-103997.rs
blob: b6ba4e48cffd6da5fe142d997e45525dc08e4626 [
file
]
//@ check-pass
// https://github.com/rust-lang/rust/issues/103997
pub
fn
foo
()
{}
/// [`foo`](Self::foo) //~ WARNING unresolved link to `Self::foo`
pub
use
foo
as
bar
;