]> 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 3b271a2a35bdbea5195d710766af06d885cb0504..1a08647358cccd63883d009798e184baac540d3b 100644 (file)
@@ -4,6 +4,4 @@ fn main() {
     let b = [0; S];
     //~^ ERROR mismatched types
     //~| expected usize, found struct `S`
-    //~| expected type `usize`
-    //~| found struct `S`
 }