Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dmod.rs507 pub enum FixupError<'tcx> { enum
522 impl<'tcx> fmt::Display for FixupError<'tcx> { implementation