]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro-bad-delimiter-ident.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / ui / parser / macro-bad-delimiter-ident.rs
1 fn main() {
2     foo! bar < //~ ERROR expected one of `(`, `[`, or `{`, found `bar`
3 }