Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
6d71251cf9e40326461f90f8ff9a7024706aea87
/
.
/
tests
/
ui
/
rustc-error.rs
blob: 69d57948fb5e74a27b7eeb36d2305e7bffe8f805 [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
)]
#[
rustc_error
]
fn
main
()
{
//~^ ERROR fatal error triggered by #[rustc_error]
}