Update ui test suite to nightly-2025-02-07

This commit is contained in:
David Tolnay 2025-02-06 19:35:51 -08:00
parent 04ff3e8f95
commit 7cd4d84cac
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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
@ -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