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 690c799 commit 52f2f8aCopy full SHA for 52f2f8a
src/librustc_mir/interpret/intrinsics.rs
@@ -95,6 +95,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
95
let intrinsic_name = &self.tcx.item_name(instance.def_id()).as_str()[..];
96
match intrinsic_name {
97
"min_align_of" |
98
+ "pref_align_of" |
99
"needs_drop" |
100
"size_of" |
101
"type_id" |
0 commit comments