]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/macro-match-nonterminal.rs
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
[rust.git] / src / test / ui / macros / macro-match-nonterminal.rs
index b23e5c71c03f06e29245481dbfa775b0b3c57874..5d9eb55fee0366a96842811bffe0999338d7c129 100644 (file)
@@ -2,6 +2,8 @@ macro_rules! test {
     ($a, $b) => {
         //~^ ERROR missing fragment
         //~| ERROR missing fragment
+        //~| ERROR missing fragment
+        //~| WARN this was previously accepted
         //~| WARN this was previously accepted
         ()
     };