]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-17033.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-17033.stderr
index ba78aa2bc6a507110cbf3f7ca5a5b67cb5153038..4bdc806f71763e42efa902916458b583e21f21a0 100644 (file)
@@ -6,9 +6,6 @@ LL |     (*p)(())
    |          |
    |          expected &mut (), found ()
    |          help: consider mutably borrowing here: `&mut ()`
-   |
-   = note: expected type `&mut ()`
-              found type `()`
 
 error: aborting due to previous error