]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-62895.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / parser / issue-62895.stderr
index 14869e9c8f5e64645f20dc7f72e9548a92b9dfee..e46152fad0e5e0bb11d1eb02d60000b2669779f8 100644 (file)
@@ -40,9 +40,6 @@ LL | fn v() -> isize {
    |    -      ^^^^^ expected isize, found ()
    |    |
    |    implicitly returns `()` as its body has no tail or `return` expression
-   |
-   = note: expected type `isize`
-              found type `()`
 
 error: aborting due to 6 previous errors