We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ecff commit e45daa9Copy full SHA for e45daa9
compiler/rustc_infer/src/infer/mod.rs
@@ -80,7 +80,6 @@ pub struct InferOk<'tcx, T> {
80
}
81
pub type InferResult<'tcx, T> = Result<InferOk<'tcx, T>, TypeError<'tcx>>;
82
83
-pub type Bound<T> = Option<T>;
84
pub type UnitResult<'tcx> = RelateResult<'tcx, ()>; // "unify result"
85
pub type FixupResult<'tcx, T> = Result<T, FixupError<'tcx>>; // "fixup result"
86
0 commit comments