blob: 097871bd31906cb28c7014233419cfc8fe5b6e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`.
|