rust/tests/ui-toml/absolute_paths/absolute_paths_2015.default.stderr
Jason Newcomb f9509d3574 Refactor absolute_paths:
* Check the path length first
* Use `is_from_proc_macro`
* Use symbols instead of strings when checking crate names
2024-08-09 22:08:29 -04:00

15 lines
422 B
Plaintext

error: consider bringing this path into scope with the `use` keyword
--> tests/ui-toml/absolute_paths/absolute_paths_2015.rs:15:13
|
LL | let _ = ::m1::m2::X;
| ^^^^^^^^^^^
|
note: the lint level is defined here
--> tests/ui-toml/absolute_paths/absolute_paths_2015.rs:6:9
|
LL | #![deny(clippy::absolute_paths)]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error