]> 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 79cc4b552a717eed3c9958b0a065a0837417298d..eb57210f45474c31d8d2ab4fd4e7d0ff40d2b310 100644 (file)
@@ -21,8 +21,6 @@ fn main() {
     match 'c' {
         S { .. } => (),
         //~^ ERROR mismatched types
-        //~| expected type `char`
-        //~| found type `S`
         //~| expected char, found struct `S`
 
         _ => ()