Skip to content

Commit 70da203

Browse files
committed
Remove incidental notes
1 parent d341b17 commit 70da203

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/ui/issues/issue-38940.rs

-5
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,5 @@ fn main() {
4242
let t = Top::new();
4343
let x: &Bottom = &t;
4444
//~^ ERROR mismatched types
45-
//~| NOTE expected type `&Bottom`
46-
//~| NOTE found type `&Top`
47-
//~| NOTE expected struct `Bottom`, found struct `Top`
4845
//~| ERROR reached the recursion limit while auto-dereferencing I
49-
//~| NOTE deref recursion limit reached
50-
//~| NOTE consider adding a `#![recursion_limit="20"]` attribute to your crate
5146
}

0 commit comments

Comments
 (0)