We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1716932 commit 00f06a1Copy full SHA for 00f06a1
compiler/rustc_middle/src/ty/fast_reject.rs
@@ -103,6 +103,7 @@ pub enum TreatProjections {
103
/// is only correct if they are fully normalized.
104
///
105
/// ¹ meaning that if the outermost layers are different, then the whole types are also different.
106
+#[inline(always)]
107
pub fn simplify_type<'tcx>(
108
tcx: TyCtxt<'tcx>,
109
ty: Ty<'tcx>,
0 commit comments