Update ui tests to nightly-2020-02-08

This commit is contained in:
David Tolnay
2020-02-08 00:10:00 -08:00
parent cb1632e957
commit a61cd0f236
4 changed files with 6 additions and 0 deletions
@@ -6,3 +6,5 @@ error[E0308]: mismatched types
| |
| expected `u16`, found `u8`
| help: you can convert an `u8` to `u16`: `Deserialize.into()`
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)