We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d341b17 commit 70da203Copy full SHA for 70da203
src/test/ui/issues/issue-38940.rs
@@ -42,10 +42,5 @@ fn main() {
42
let t = Top::new();
43
let x: &Bottom = &t;
44
//~^ ERROR mismatched types
45
- //~| NOTE expected type `&Bottom`
46
- //~| NOTE found type `&Top`
47
- //~| NOTE expected struct `Bottom`, found struct `Top`
48
//~| 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
51
}
0 commit comments