]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/internal-lints/default_hash_types.stderr
Turn internal lints into tool lints
[rust.git] / src / test / ui-fulldeps / internal-lints / default_hash_types.stderr
index 64f322cb0c165b13ddfe34d7babb3019b3e636f0..c1762d31323cf8b2a1a83ac008ab9659083fa964 100644 (file)
@@ -7,8 +7,8 @@ LL |     let _map: HashMap<String, String> = HashMap::default();
 note: lint level defined here
   --> $DIR/default_hash_types.rs:10:8
    |
-LL | #[deny(default_hash_types)]
-   |        ^^^^^^^^^^^^^^^^^^
+LL | #[deny(rustc::default_hash_types)]
+   |        ^^^^^^^^^^^^^^^^^^^^^^^^^
    = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary
 
 error: Prefer FxHashMap over HashMap, it has better performance