about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-09-23Do not construct def_path_str for MustNotSuspend.Camille GILLOT-7/+27
2023-09-06Don't report any errors in `lower_intrinsics`. They should have been typecked...Oli Scherer-7/+0
2023-06-13Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholkbors-5/+20
2023-06-13Add note about unsafe functions body not being unsafeWim Looman-2/+8
2023-06-13Hide suggestion to wrap function in unsafe blockWim Looman-1/+1
2023-06-13Add MVP suggestion for `unsafe_op_in_unsafe_fn`Léo Lanteri Thauvin-5/+14
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-2/+9
2023-05-02Migrate `mir_transform` to translatable diagnosticsclubby789-0/+245