about summary refs log tree commit diff
path: root/src/test/ui/consts/const_let_assign3.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2021-04-29remove const_fn feature gate from const testsRalf Jung-2/+0
2020-09-29Bless mut testsDylan MacKenzie-5/+3
2020-09-22Bless testsDylan MacKenzie-1/+1
2020-06-19update diagnostics for &mut in constantsChristian Poveda-2/+2
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-2/+7
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-1/+4
2018-11-30Reenable `const_let` feature gateOliver Scherer-1/+2
2018-11-30Allow `let` bindings everywhereOliver Scherer-1/+1
2018-11-19Allow assignments in const contextsOliver Scherer-0/+22