Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
no-macro-use-attr.rs
blob: ae507a31ba78389e9b7c2937a192b662fd941416 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:test-macros.rs
#![
feature
(
rustc_attrs
)]
#![
warn
(
unused_extern_crates
)]
extern
crate test_macros
;
//~^ WARN unused extern crate
#[
rustc_error
]
fn
main
()
{}
//~ ERROR fatal error triggered by #[rustc_error]