Home
last modified time | relevance | path

Searched refs:VariantSizeDifferences (Results 1 – 2 of 2) sorted by path

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dlib.rs192 VariantSizeDifferences: VariantSizeDifferences,
H A Dtypes.rs1330 declare_lint_pass!(VariantSizeDifferences => [VARIANT_SIZE_DIFFERENCES]);
1332 impl<'tcx> LateLintPass<'tcx> for VariantSizeDifferences { implementation