]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/const-eval-span.rs
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / consts / const-eval / const-eval-span.rs
index 59f4b138249b22fad63329522769978afe5da26e..682c7a1d65fc9c3e1c40d60f853565fa7ca69ada 100644 (file)
@@ -9,7 +9,6 @@ enum E {
     V = CONSTANT,
     //~^ ERROR mismatched types
     //~| expected isize, found struct `S`
-    //~|         found type `S`
 }
 
 fn main() {}