Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-04-30
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 30, 2022
1 parent 21e66f6 commit 44762a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ui/result_no_display.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ error[E0277]: `NonError` doesn't implement `std::fmt::Display`
|
= help: the trait `std::fmt::Display` is not implemented for `NonError`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead

error[E0277]: `NonError` doesn't implement `std::fmt::Display`
--> tests/ui/result_no_display.rs:4:12
|
4 | fn f() -> Result<()>;
| ^ `NonError` cannot be formatted with the default formatter
|
= help: the trait `std::fmt::Display` is not implemented for `NonError`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead

0 comments on commit 44762a6

Please sign in to comment.