Update ui tests to nightly-2020-04-20

Relevant rustc bug: https://github.com/rust-lang/rust/issues/71363
This commit is contained in:
David Tolnay 2020-04-20 11:22:00 -07:00
parent d8d55e6655
commit dbdb5a2f2b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,8 +1,8 @@
error[E0277]: `MyError` doesn't implement `std::fmt::Display`
--> $DIR/missing-display.rs:4:1
|
4 | pub enum MyError {
| ^^^^^^^^^^^^^^^^ `MyError` cannot be formatted with the default formatter
|
= help: the trait `std::fmt::Display` is not implemented for `MyError`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
--> $DIR/missing-display.rs:4:1
|
4 | pub enum MyError {
| ^^^^^^^^^^^^^^^^ `MyError` cannot be formatted with the default formatter
|
= help: the trait `std::fmt::Display` is not implemented for `MyError`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead