rust/compiler/rustc_const_eval
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
..
src Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper 2021-11-28 17:11:10 +01:00
Cargo.toml Remove unused dependencies from rustc_const_eval 2021-10-14 15:42:42 -05:00