about summary refs log tree commit diff
path: root/tests/ui/rust-2018/remove-extern-crate.fixed
AgeCommit message (Collapse)AuthorLines
2024-02-18By tracking import use types to check whether it is scope uses or the other ↵surechen-0/+1
situations like module-relative uses, we can do more accurate redundant import checking. fixes #117448 For example unnecessary imports in std::prelude that can be eliminated: ```rust use std::option::Option::Some;//~ WARNING the item `Some` is imported redundantly use std::option::Option::None; //~ WARNING the item `None` is imported redundantly ```
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-5/+5
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+1
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-0/+10
2023-01-11Move /src/test to /testsAlbert Larsan-0/+39