Files
serde/test_suite/tests/ui/malformed/str_suffix.stderr
T
2023-07-09 11:09:38 -07:00

12 lines
314 B
Plaintext

error: unexpected suffix `huh` on string literal
--> tests/ui/malformed/str_suffix.rs:4:17
|
4 | #[serde(bound = ""huh)]
| ^^^^^
error: unexpected suffix `what` on string literal
--> tests/ui/malformed/str_suffix.rs:6:22
|
6 | #[serde(rename = ""what)]
| ^^^^^^