rust/compiler/rustc_const_eval/src
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
..
const_eval Give inline const separate DefKind 2021-11-07 03:59:06 +00:00
interpret Miri: fix alignment check in array initialization 2021-11-27 18:18:48 -05:00
transform Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper 2021-11-28 17:11:10 +01:00
util Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
lib.rs Unwrap the results of type folders 2021-11-26 07:38:25 +00:00