Home
last modified time | relevance | path

Searched defs:UnnameableTestItems (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs1808 pub struct UnnameableTestItems { struct
1813 impl_lint_pass!(UnnameableTestItems => [UNNAMEABLE_TEST_ITEMS]); argument
1815 impl UnnameableTestItems { impl
1821 impl<'tcx> LateLintPass<'tcx> for UnnameableTestItems { implementation