mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
12 lines
373 B
Plaintext
12 lines
373 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 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0565`.
|