File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_codegen_ssa/src/traits Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ pub trait LayoutTypeMethods<'tcx>: Backend<'tcx> {
102
102
/// The backend type used for a rust type when it's in an SSA register.
103
103
///
104
104
/// For nearly all types this is the same as the [`Self::backend_type`], however
105
- /// `bool` (and other `0`-or-`1` values) are kept as [`BaseTypeMethods::type_i1`]
106
- /// in registers but as [`BaseTypeMethods::type_i8`] in memory.
105
+ /// `bool` (and other `0`-or-`1` values) are kept as `i1` in registers but as
106
+ /// [`BaseTypeMethods::type_i8`] in memory.
107
107
///
108
108
/// Converting values between the two different backend types is done using
109
109
/// [`from_immediate`](super::BuilderMethods::from_immediate) and
You can’t perform that action at this time.
0 commit comments