rust/tests/ui/error-codes/E0565-2.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

12 lines
375 B
Plaintext

error[E0565]: literal in `deprecated` value must be a string
--> $DIR/E0565-2.rs:2:22
|
LL | #[deprecated(since = b"1.29", note = "hi")]
| -^^^^^^
| |
| help: consider removing the prefix
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0565`.