mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-01 15:54:04 +00:00
7 lines
110 B
Rust
7 lines
110 B
Rust
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_error]
|
|
fn main() {
|
|
//~^ ERROR fatal error triggered by #[rustc_error]
|
|
}
|