]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/match-refactor-to-expr.rs
Change syntax for TyAlias where clauses
[rust.git] / src / test / ui / parser / match-refactor-to-expr.rs
index e02d74e2f7eac03457413a02372a6e2d04806fe5..fcba5d0447e0df6d678ab34f72193b38b1e5e1b7 100644 (file)
@@ -2,7 +2,7 @@
 
 fn main() {
     let foo =
-        match //~ NOTE while parsing this match expression
+        match //~ NOTE while parsing this `match` expression
         Some(4).unwrap_or(5)
         //~^ NOTE expected one of `.`, `?`, `{`, or an operator
         ; //~ NOTE unexpected token