rust/compiler/rustc_const_eval
Ralf Jung 5fa69deb00 fix cycle error when a static and a promoted are mutually recursive
This also now allows promoteds everywhere to point to 'extern static', because why not?
We still check that constants cannot transitively reach 'extern static' through references.
(We allow it through raw pointers.)
2024-02-12 09:48:14 +01:00
..
src fix cycle error when a static and a promoted are mutually recursive 2024-02-12 09:48:14 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk 2024-02-11 01:37:56 +01:00