rust/compiler/rustc_const_eval/src/transform
Matthias Krüger 233c50e79e
Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper
Perform Sync check on static items in wf-check instead of during const checks

r? `@RalfJung`

This check is solely happening on the signature of the static item and not on its body, therefor it belongs into wf-checking instead of const checking.
2021-11-28 17:11:10 +01:00
..
check_consts Perform Sync check on static items in wf-check instead of during const checks 2021-11-26 14:22:45 +00:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
promote_consts.rs Remove Candidate::source_info 2021-11-05 21:31:25 +01:00
validate.rs Unwrap the results of type folders 2021-11-26 07:38:25 +00:00