Skip to content

Commit

Permalink
Remove incidental notes
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Sep 21, 2018
1 parent d341b17 commit 70da203
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/ui/issues/issue-38940.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,5 @@ fn main() {
let t = Top::new();
let x: &Bottom = &t;
//~^ ERROR mismatched types
//~| NOTE expected type `&Bottom`
//~| NOTE found type `&Top`
//~| NOTE expected struct `Bottom`, found struct `Top`
//~| ERROR reached the recursion limit while auto-dereferencing I
//~| NOTE deref recursion limit reached
//~| NOTE consider adding a `#![recursion_limit="20"]` attribute to your crate
}

0 comments on commit 70da203

Please sign in to comment.