summary refs log tree commit diff
path: root/src/test/ui/consts/const_let_assign3.stderr
AgeCommit message (Expand)AuthorLines
2021-01-23Permit mutable references in all const contextsoli-6/+11
2020-09-29Bless mut testsDylan MacKenzie-11/+3
2020-09-23Bless testsDylan MacKenzie-4/+4
2020-09-22Bless testsDylan MacKenzie-6/+7
2020-06-19add new error codeChristian Poveda-3/+4
2020-06-19update diagnostics for &mut in constantsChristian Poveda-12/+5
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+4
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2019-12-02Suggest feature for const_mut_refs errorsChristian Poveda-4/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-6/+6
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-3/+15
2018-11-30Reenable `const_let` feature gateOliver Scherer-2/+2
2018-11-30Allow `let` bindings everywhereOliver Scherer-2/+9
2018-11-19Allow assignments in const contextsOliver Scherer-0/+9