blob: bb30bd7befb387c3e7c5191c12207d2fa95b484a [file] [log] [blame]
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: `"1.29"`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0565`.