about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/assign-to-static-within-other-static.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-2/+0
2019-11-12check-consts remove cannot mutate statics in initializer of another static errorSantiago Pastorino-1/+2
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-14/+3
2018-11-19Allow assignments in const contextsOliver Scherer-0/+35