Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5d55418a7d16b271b021b8b61b5f824eee7fe220
/
.
/
tests
/
rustdoc
/
inline_cross
/
ice-import-crate-57180.rs
blob: 264b53cbd9ada1bfcfc016756220ba66c35cc806 [
file
] [
log
] [
blame
]
//@ aux-build:issue-57180.rs
// https://github.com/rust-lang/rust/issues/57180
extern
crate issue_57180
;
use
issue_57180
::
Trait
;
fn
main
()
{
}