Skip to content

Commit e5f69a4

Browse files
committed
fixup! remove unaligned & unsized field support from lib & their lang items
1 parent fb278ce commit e5f69a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir_analysis/src/check/intrinsic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ fn intrinsic_operation_unsafety(tcx: TyCtxt<'_>, intrinsic_id: LocalDefId) -> hi
212212
| sym::type_id_eq
213213
| sym::type_name
214214
| sym::ub_checks
215-
| sym::unaligned_field_offset
216215
| sym::variant_count
217216
| sym::wrapping_add
218217
| sym::wrapping_mul

0 commit comments

Comments
 (0)