]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-23589.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-23589.stderr
index c3b419fe939cb0b10092678db0987531d736d457..a36b380b9c1f074259fbd0c9fb566dfca0a10e9e 100644 (file)
@@ -12,9 +12,6 @@ error[E0308]: mismatched types
    |
 LL |     let v: Vec(&str) = vec!['1', '2'];
    |                             ^^^ expected &str, found char
-   |
-   = note: expected type `&str`
-              found type `char`
 
 error: aborting due to 2 previous errors