Skip to content

Commit

Permalink
Update ui tests to nightly-2020-10-20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 21, 2020
1 parent fc3f104 commit 8084258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/tests/ui/remote/wrong_de.stderr
Expand Up @@ -5,6 +5,6 @@ error[E0308]: mismatched types
| ^^^^^^^^^^^
| |
| expected `u16`, found `u8`
| help: you can convert an `u8` to `u16`: `Deserialize.into()`
| help: you can convert a `u8` to a `u16`: `Deserialize.into()`
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 8084258

Please sign in to comment.