mirror of
https://git.proxmox.com/git/rustc
synced 2025-12-31 21:06:07 +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]
|
|
}
|