Skip to content

Commit dd27ec8

Browse files
committed
Update ui test suite to nightly-2023-02-01
1 parent db3f00c commit dd27ec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_suite/tests/ui/remote/wrong_getter.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
44
15 | #[derive(Serialize)]
55
| ^^^^^^^^^
66
| |
7-
| expected `u8`, found `u16`
7+
| expected `&u8`, found `&u16`
88
| arguments to this function are incorrect
99
|
1010
= note: expected reference `&u8`

test_suite/tests/ui/remote/wrong_ser.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
44
9 | #[derive(Serialize)]
55
| ^^^^^^^^^
66
| |
7-
| expected `u8`, found `u16`
7+
| expected `&u8`, found `&u16`
88
| arguments to this function are incorrect
99
|
1010
= note: expected reference `&u8`

0 commit comments

Comments
 (0)