parent
09f84aa8f4
commit
c144752a2d
12 changed files with 180 additions and 124 deletions
|
|
@ -13,7 +13,8 @@
|
|||
macro_rules! ignored_item {
|
||||
() => {
|
||||
fn foo() {}
|
||||
fn bar() {} //~ ERROR macro expansion ignores token `fn`
|
||||
fn bar() {}
|
||||
, //~ ERROR macro expansion ignores token `,`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue