Skip to content

Commit 7cd4d84

Browse files
committed
Update ui test suite to nightly-2025-02-07
1 parent 04ff3e8 commit 7cd4d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_suite/tests/ui/with/incorrect_type.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ note: function defined here
2828
--> tests/ui/with/incorrect_type.rs:9:12
2929
|
3030
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
31-
| ^^^^^^^^^ ----
31+
| ^^^^^^^^^
3232

3333
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
3434
--> tests/ui/with/incorrect_type.rs:15:25
@@ -79,7 +79,7 @@ note: function defined here
7979
--> tests/ui/with/incorrect_type.rs:9:12
8080
|
8181
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
82-
| ^^^^^^^^^ ----
82+
| ^^^^^^^^^
8383

8484
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
8585
--> tests/ui/with/incorrect_type.rs:18:35

0 commit comments

Comments
 (0)