mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
c98d704c46
Remove crashes for misuses of intrinsics All of these do not crash if the feature gate is removed. An ICE due *opting into* the intrinsics feature gate is not a bug that needs to be fixed, but instead a misuse of an internal-only API. See https://github.com/rust-lang/compiler-team/issues/620 The last two issues are already closed anyways, but: Fixes #97501 Fixes #111699 Fixes #101962