Update ui tests to nightly-2020-07-15

This commit is contained in:
David Tolnay 2020-07-21 18:05:48 -07:00
parent 0067236217
commit 6911d6d604
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -5,5 +5,4 @@ error[E0277]: the size for values of type `str` cannot be known at compilation t
| ^^^^^ doesn't have a size known at compile-time
|
= help: within `TypeR`, the trait `std::marker::Sized` is not implemented for `str`
= note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
= note: required because it appears within the type `TypeR`