We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ff3e8 commit 7cd4d84Copy full SHA for 7cd4d84
test_suite/tests/ui/with/incorrect_type.stderr
@@ -28,7 +28,7 @@ note: function defined here
28
--> tests/ui/with/incorrect_type.rs:9:12
29
|
30
9 | pub fn serialize<T, S: Serializer>(_: S) -> Result<S::Ok, S::Error> {
31
- | ^^^^^^^^^ ----
+ | ^^^^^^^^^
32
33
error[E0277]: the trait bound `&u8: Serializer` is not satisfied
34
--> tests/ui/with/incorrect_type.rs:15:25
@@ -79,7 +79,7 @@ note: function defined here
79
80
81
82
83
84
85
--> tests/ui/with/incorrect_type.rs:18:35
0 commit comments