]> git.lizzy.rs Git - rust.git/blob - tests/ui-internal/invalid_paths.stderr
Auto merge of #8266 - camsteffen:test-tweaks, r=flip1995
[rust.git] / tests / ui-internal / invalid_paths.stderr
1 error: invalid path
2   --> $DIR/invalid_paths.rs:18:5
3    |
4 LL |     pub const BAD_CRATE_PATH: [&str; 2] = ["bad", "path"];
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D clippy::invalid-paths` implied by `-D warnings`
8
9 error: invalid path
10   --> $DIR/invalid_paths.rs:21:5
11    |
12 LL |     pub const BAD_MOD_PATH: [&str; 2] = ["std", "xxx"];
13    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 error: aborting due to 2 previous errors
16