Files
third_party_rust_proc-macro…/tests/ui/unknown_setting.rs
T
2020-01-21 21:37:55 +03:00

5 lines
120 B
Rust

use proc_macro_error::proc_macro_error;
#[proc_macro_error(allow_not_macro, assert_unwind_safe, trololo)]
fn main() {}