mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 03:31:02 +00:00
Update ui test suite to nightly-2025-02-07
This commit is contained in:
@@ -28,7 +28,7 @@ note: function defined here
|
|||||||
--> tests/ui/with/incorrect_type.rs:9:12
|
--> tests/ui/with/incorrect_type.rs:9:12
|
||||||
|
|
|
|
||||||
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
|
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
|
||||||
| ^^^^^^^^^ ----
|
| ^^^^^^^^^
|
||||||
|
|
||||||
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
|
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
|
||||||
--> tests/ui/with/incorrect_type.rs:15:25
|
--> tests/ui/with/incorrect_type.rs:15:25
|
||||||
@@ -79,7 +79,7 @@ note: function defined here
|
|||||||
--> tests/ui/with/incorrect_type.rs:9:12
|
--> tests/ui/with/incorrect_type.rs:9:12
|
||||||
|
|
|
|
||||||
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
|
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
|
||||||
| ^^^^^^^^^ ----
|
| ^^^^^^^^^
|
||||||
|
|
||||||
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
|
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
|
||||||
--> tests/ui/with/incorrect_type.rs:18:35
|
--> tests/ui/with/incorrect_type.rs:18:35
|
||||||
|
|||||||
Reference in New Issue
Block a user