Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rustc-error.rs
blob: 69d57948fb5e74a27b7eeb36d2305e7bffe8f805 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
rustc_attrs
)]
#[
rustc_error
]
fn
main
()
{
//~^ ERROR fatal error triggered by #[rustc_error]
}