blob: 629bbaa9e388889608dbdac51fd1105c37696b47 (
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_raw_ident!(); //~ ERROR proc macro panicked
|