Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
editions
/
edition-extern-crate-allowed.rs
blob: 5e07417e5aa1b0a1a31f2ca3851bec24b2a5de14 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}