Skip to content

Commit

Permalink
Update ui tests to nightly-2020-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2020
1 parent cb1632e commit a61cd0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_suite/tests/ui/remote/wrong_de.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions test_suite/tests/ui/remote/wrong_getter.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ error[E0308]: mismatched types
|
= note: expected reference `&u8`
found reference `&u16`
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
1 change: 1 addition & 0 deletions test_suite/tests/ui/remote/wrong_ser.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ error[E0308]: mismatched types
|
= note: expected reference `&u8`
found reference `&u16`
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ error: #[serde(tag = "...")] can only be used on enums and structs with named fi
|
3 | #[derive(Serialize)]
| ^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit a61cd0f

Please sign in to comment.