rust/tests/ui/non_std_lazy_static
Samuel Tardieu cc5d1a5ab5 Post non_std_lazy_statics type warnings onto the right node
When a `non_std_lazy_statics` warning is generated about an item type which
can be replaced by a standard library one, ensure that the lint happens on
the item HIR node so that it can be expected.
2025-05-06 22:47:13 +02:00
..
auxiliary Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +01:00
non_std_lazy_static_fixable.fixed Post non_std_lazy_statics type warnings onto the right node 2025-05-06 22:47:13 +02:00
non_std_lazy_static_fixable.rs Post non_std_lazy_statics type warnings onto the right node 2025-05-06 22:47:13 +02:00
non_std_lazy_static_fixable.stderr Fix various typos in lint messages, descriptions and comments 2025-03-24 16:04:32 +01:00
non_std_lazy_static_no_std.rs Update UI tests 2025-02-15 13:38:16 +01:00
non_std_lazy_static_other_once_cell.rs Update UI tests 2025-02-15 13:38:16 +01:00
non_std_lazy_static_unfixable.rs Fix various typos in lint messages, descriptions and comments 2025-03-24 16:04:32 +01:00
non_std_lazy_static_unfixable.stderr Fix various typos in lint messages, descriptions and comments 2025-03-24 16:04:32 +01:00