This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-10-04 19:28:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_const_eval
/
src
History
Ralf Jung
0702701297
allow mutable references in const values when they point to no memory
2024-02-16 10:09:12 +01:00
..
const_eval
Do not allocate a second "background" alloc id for the main allocation of a static.
2024-02-15 10:25:18 +00:00
interpret
allow mutable references in const values when they point to no memory
2024-02-16 10:09:12 +01:00
transform
Enforce coroutine-closure layouts are identical
2024-02-15 01:18:09 +00:00
util
unstably allow constants to refer to statics and read from immutable statics
2024-02-10 16:12:55 +01:00
errors.rs
allow mutable references in const values when they point to no memory
2024-02-16 10:09:12 +01:00
lib.rs
Return ConstAllocation from eval_static_initializer query directly
2024-02-15 10:25:18 +00:00