Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dlints.rs1401 pub struct OverflowingBinHexSignBitSub<'a> { struct
1403 pub span: Span,
1404 pub lit_no_suffix: &'a str,
1405 pub negative_val: String,
1406 pub uint_ty: &'a str,
1407 pub int_ty: &'a str,