]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/invalid-punct-ident-2.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / invalid-punct-ident-2.rs
CommitLineData
94b46f34 1// aux-build:invalid-punct-ident.rs
e74abb32 2// rustc-env:RUST_BACKTRACE=0
83c7162d 3
48663c56
XL
4// FIXME https://github.com/rust-lang/rust/issues/59998
5// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
6// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
e1599b0c
XL
7// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
8// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
9// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
10// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
11// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
48663c56 12
94b46f34
XL
13#[macro_use]
14extern crate invalid_punct_ident;
041b39d2 15
94b46f34 16invalid_ident!(); //~ ERROR proc macro panicked