]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-29084.rs
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-29084.rs
index 86b348d8285979b0801dc822f6bea281a895dac6..c4c6b6f8183b999ea651fa95da4d2865106e4a3f 100644 (file)
@@ -4,8 +4,6 @@ fn bar(d: u8) { }
         bar(&mut $d);
         //~^ ERROR mismatched types
         //~| expected u8, found &mut u8
-        //~| expected type `u8`
-        //~| found type `&mut u8`
     }}
 }