mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
9 lines
216 B
Text
9 lines
216 B
Text
|
error: `msrv` cannot be an outer attribute
|
||
|
--> $DIR/min_rust_version_outer_attr.rs:3:1
|
||
|
|
|
||
|
LL | #[clippy::msrv = "invalid.version"]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|