evex512
target feature for AVX10" compiler-team#778 (Zulip) (last review activity: about 13 days ago)
--print host-tuple
to print host target tuple" rust#125579multivalue
, reference-types
, and tail-call
target features" rust#131080#[no_mangle]
and #[export_name]
" rust#131558include!
macro" rust#125205dyn Trait
principal" rust#126660!
to diverge, disallow coercions from them too" rust#129392result_ffi_guarantees
" rust#130628ptr::write*
and mem::replace
" rust#130954T-compiler beta / T-compiler stable
backwards_incompatible_lint
drops appropriately in drop elaboration" rust#134486
This approach of using MIR to implement the lint means that it does not work with
cargo fix --edition
, because cargo check does not run far enough to reach this. The only way for a user to see this is if they manually enable the lint and run a full build. I'm concerned that almost nobody will do that, making this ineffective.
cc
to 1.2.5" rust#134505
T-compiler
this time.T-types
this time.T-types
this time.&T
to &mut T
and &T
to &UnsafeCell<T>
transmutes" rust#128351
+1131 -93
, asked PR author is there's anything they can do to make it easier for usP-critical
issues for T-types
this time.Unassigned P-high nightly regressions
P-high
nightly regressions this time.None this week
xcrun
" rust#131433