rust/compiler/rustc_codegen_ssa/src/traits
Guillaume Gomez 7c6dca9050
Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu
Use `assert_matches` around the compiler more

It's a useful assertion, especially since it actually prints out the LHS.
2024-08-12 17:09:19 +02:00
..
abi.rs Merge apply_attrs_callsite into call and invoke 2022-10-01 17:01:31 +00:00
asm.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
backend.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
builder.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
consts.rs const vector passed to codegen 2024-08-08 11:15:03 +01:00
coverageinfo.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
debuginfo.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
declare.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
intrinsic.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
misc.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
statics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
type_.rs Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen 2024-08-08 12:15:16 -04:00
write.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00