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 f51c987 commit e7e3c9eCopy full SHA for e7e3c9e
1 file changed
compiler/rustc_const_eval/src/interpret/eval_context.rs
@@ -96,7 +96,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
96
/// This inherent method takes priority over the trait method with the same name in LayoutOf,
97
/// and allows wrapping the actual [LayoutOf::layout_of] with a tracing span.
98
/// See [LayoutOf::layout_of] for the original documentation.
99
- #[inline]
+ #[inline(always)]
100
pub fn layout_of(
101
&self,
102
ty: Ty<'tcx>,
0 commit comments