2018-05-05 22:45:59 +03:00
|
|
|
//@ aux-build:invalid-punct-ident.rs
|
2022-09-12 22:42:04 +00:00
|
|
|
//@ needs-unwind proc macro panics to report errors
|
2019-04-15 23:09:14 +02:00
|
|
|
|
2018-05-05 22:45:59 +03:00
|
|
|
#[macro_use]
|
|
|
|
extern crate invalid_punct_ident;
|
|
|
|
|
|
|
|
invalid_raw_ident!(); //~ ERROR proc macro panicked
|
2020-03-17 10:09:18 +01:00
|
|
|
|
|
|
|
fn main() {}
|