mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
233c50e79e
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.