]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-11692-2.rs
Improve error recovery for some built-in macros
[rust.git] / src / test / ui / issues / issue-11692-2.rs
index 6103931657342d77511e1c9e231f18c4b5983e00..61be284d7320eeaf3c82e17350ae38dc5922ac96 100644 (file)
@@ -1,4 +1,3 @@
 fn main() {
     concat!(test!()); //~ ERROR cannot find macro `test!` in this scope
-                      //~| ERROR expected a literal
 }