]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/pattern-error-continue.rs
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / pattern / pattern-error-continue.rs
index f21da3b55dc35e05c10a94a820366cbf16dfdf2b..eb57210f45474c31d8d2ab4fd4e7d0ff40d2b310 100644 (file)
@@ -22,8 +22,6 @@ fn main() {
         S { .. } => (),
         //~^ ERROR mismatched types
         //~| expected char, found struct `S`
-        //~| expected type `char`
-        //~| found struct `S`
 
         _ => ()
     }