blob: 68093e4e2f07793bc3450692fc2dfb8c886183bb (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0565]: literal in `deprecated` value must be a string
--> $DIR/E0565-2.rs:12:22
|
LL | #[deprecated(since = b"1.29", note = "hi")] //~ ERROR E0565
| ^^^^^^^ help: consider removing the prefix: `"1.29"`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0565`.
|