]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/invalid-punct-ident-4.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / proc-macro / invalid-punct-ident-4.rs
CommitLineData
94b46f34 1// aux-build:invalid-punct-ident.rs
f2b60f7d 2// needs-unwind proc macro panics to report errors
83c7162d 3
94b46f34
XL
4#[macro_use]
5extern crate invalid_punct_ident;
041b39d2 6
ba9703b0
XL
7lexer_failure!();
8//~^ ERROR proc macro panicked
9//~| ERROR unexpected closing delimiter: `)`
10
11fn main() {
12 let _recovery_witness: () = 0; //~ ERROR mismatched types
13}