Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
borrowck
/
trait-method-lifetime-substitution-5518.rs
blob: f254030a011b2d3c8254a1fcc01f57edbc8226f0 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/5518
//@ run-pass
//@ aux-build:aux-5518.rs
extern
crate aux_5518
as
other
;
fn
main
()
{}