Skip to content

Commit 00f06a1

Browse files
inline
1 parent 1716932 commit 00f06a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/ty/fast_reject.rs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pub enum TreatProjections {
103103
/// is only correct if they are fully normalized.
104104
///
105105
/// ¹ meaning that if the outermost layers are different, then the whole types are also different.
106+
#[inline(always)]
106107
pub fn simplify_type<'tcx>(
107108
tcx: TyCtxt<'tcx>,
108109
ty: Ty<'tcx>,

0 commit comments

Comments
 (0)