about summary refs log tree commit diff
path: root/src/test/ui/consts/projection_qualif.rs
AgeCommit message (Collapse)AuthorLines
2021-01-23Rename tests to what their code actually doesoli-16/+0
2021-01-23Permit mutable references in all const contextsoli-1/+1
2020-09-29Bless mut testsDylan MacKenzie-1/+0
2020-06-19update diagnostics for &mut in constantsChristian Poveda-1/+1
2020-06-19update testsChristian Poveda-1/+1
2019-12-02Add dual tests for const_mut_refsChristian Poveda-2/+6
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-2/+0
2018-11-30Reenable `const_let` feature gateOliver Scherer-1/+3
2018-11-30Allow `let` bindings everywhereOliver Scherer-2/+1
2018-11-21TidyOliver Scherer-1/+1
2018-11-21Ensure assignments don't allow skipping projection checksOliver Scherer-0/+14