mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-20 04:04:29 -04: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]
|
|
}
|