Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dtypes.rs140 pub struct TypeLimits { struct
145 impl_lint_pass!(TypeLimits => [UNUSED_COMPARISONS, OVERFLOWING_LITERALS, INVALID_NAN_COMPARISONS]); argument
147 impl TypeLimits { impl
397 type_limits: &TypeLimits, in lint_int_literal()
511 type_limits: &TypeLimits, in lint_literal()
614 impl<'tcx> LateLintPass<'tcx> for TypeLimits { implementation