about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui-toml/absolute_paths/absolute_paths_2015.default.stderr
blob: b946514454aa40d3d7bfe4ca7d9b3c3f9e44be3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: consider bringing this path into scope with the `use` keyword
  --> tests/ui-toml/absolute_paths/absolute_paths_2015.rs:16:13
   |
LL |     let _ = ::m1::m2::X;
   |             ^^^^^^^^^^^
   |
note: the lint level is defined here
  --> tests/ui-toml/absolute_paths/absolute_paths_2015.rs:7:9
   |
LL | #![deny(clippy::absolute_paths)]
   |         ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error