about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/invalid-punct-ident-1.rs
blob: c9881ad2c38afc2a846d07580f44938cd610a668 (plain)
1
2
3
4
5
6
7
8
9
10
// aux-build:invalid-punct-ident.rs

// FIXME https://github.com/rust-lang/rust/issues/59998
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""

#[macro_use]
extern crate invalid_punct_ident;

invalid_punct!(); //~ ERROR proc macro panicked