]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/macro-bad-delimiter-ident.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / macro-bad-delimiter-ident.rs
CommitLineData
223e47cc 1fn main() {
60c5eb7d 2 foo! bar < //~ ERROR expected one of `(`, `[`, or `{`, found `bar`
223e47cc 3}