mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
8 lines
230 B
Text
8 lines
230 B
Text
error: `invalid.version` is not a valid Rust version
|
|
--> $DIR/min_rust_version_invalid_attr.rs:2:1
|
|
|
|
|
LL | #![clippy::msrv = "invalid.version"]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|