2020-10-28 17:36:07 -05:00
|
|
|
error: invalid path
|
|
|
|
--> $DIR/invalid_paths.rs:17:5
|
|
|
|
|
|
|
|
|
LL | pub const BAD_CRATE_PATH: [&str; 2] = ["bad", "path"];
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-09-28 04:53:11 -05:00
|
|
|
= note: `-D clippy::invalid-paths` implied by `-D warnings`
|
2020-10-28 17:36:07 -05:00
|
|
|
|
|
|
|
error: invalid path
|
|
|
|
--> $DIR/invalid_paths.rs:20:5
|
|
|
|
|
|
|
|
|
LL | pub const BAD_MOD_PATH: [&str; 2] = ["std", "xxx"];
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|