Skip to content

Commit

Permalink
Update ui test suite to nightly-2025-02-07
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 7, 2025
1 parent 04ff3e8 commit 7cd4d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_suite/tests/ui/with/incorrect_type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ note: function defined here
--> tests/ui/with/incorrect_type.rs:9:12
|
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
| ^^^^^^^^^ ----
| ^^^^^^^^^

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

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

0 comments on commit 7cd4d84

Please sign in to comment.