Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
editions
/
edition-extern-crate-allowed.rs
blob: 8d142cea5de00f06c0454a90929c62335aca5e71 [
file
] [
log
] [
blame
]
// aux-build:edition-extern-crate-allowed.rs
// edition:2015
// check-pass
#![
warn
(
rust_2018_idioms
)]
extern
crate edition_extern_crate_allowed
;
//~^ WARNING unused extern crate
fn
main
()
{}