Add regression test
This commit is contained in:
parent
e01a2ba274
commit
b4611b1ff2
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// error-pattern:expected macro name without module separators
|
||||
|
||||
fn main() {
|
||||
globnar::brotz!();
|
||||
globnar::brotz!(); //~ ERROR expected macro name without module separators
|
||||
::foo!(); //~ ERROR expected macro name without module separators
|
||||
foo::<T>!(); //~ ERROR expected macro name without module separators
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue