rust/compiler/rustc_mir_build
Samuel Tardieu 018c172b22
Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,scottmcm
Forbid tail calling intrinsics

There is only one intrinsic that can be called on stable, as far as I can find, (`transmute`). And in general tail calling intrinsics doesn't make much sense.

Alternative to rust-lang/rust#144815 (and thus closes rust-lang/rust#144815)
Fixes https://github.com/rust-lang/rust/issues/144806

r? ``@scottmcm``
2025-08-03 21:57:02 +02:00
..
src Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,scottmcm 2025-08-03 21:57:02 +02:00
Cargo.toml Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr 2025-07-31 17:19:40 +02:00
messages.ftl loop match: error on #[const_continue] outside #[loop_match] 2025-08-01 00:28:52 +02:00