]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-internal/invalid_paths.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-internal / invalid_paths.stderr
CommitLineData
f20569fa
XL
1error: invalid path
2 --> $DIR/invalid_paths.rs:17:5
3 |
4LL | pub const BAD_CRATE_PATH: [&str; 2] = ["bad", "path"];
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
c295e0f8 7 = note: `-D clippy::invalid-paths` implied by `-D warnings`
f20569fa
XL
8
9error: invalid path
10 --> $DIR/invalid_paths.rs:20:5
11 |
12LL | pub const BAD_MOD_PATH: [&str; 2] = ["std", "xxx"];
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15error: aborting due to 2 previous errors
16