summaryrefslogtreecommitdiffstats
path: root/tests/ui/rustc-error.rs
blob: 69d57948fb5e74a27b7eeb36d2305e7bffe8f805 (plain)
1
2
3
4
5
6
#![feature(rustc_attrs)]

#[rustc_error]
fn main() {
    //~^ ERROR fatal error triggered by #[rustc_error]
}