]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-27008.rs
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-27008.rs
index b37ea6f01ba4b42b5a9332b661cb30ab44b1651c..1a08647358cccd63883d009798e184baac540d3b 100644 (file)
@@ -3,7 +3,5 @@
 fn main() {
     let b = [0; S];
     //~^ ERROR mismatched types
-    //~| expected type `usize`
-    //~| found type `S`
     //~| expected usize, found struct `S`
 }