summary refs log tree commit diff
path: root/src/test/ui/consts/const-multi-ref.stderr
AgeCommit message (Collapse)AuthorLines
2021-01-23Permit mutable references in all const contextsoli-4/+6
2021-01-01Allow references to interior mutable data behind a feature gateoli-3/+6
2020-06-19add new error codeChristian Poveda-3/+3
2020-06-19update diagnostics for &mut in constantsChristian Poveda-7/+4
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2019-12-02Suggest feature for const_mut_refs errorsChristian Poveda-3/+6
2019-11-27Also test shared borrows of `Cell` for good errorsDylan MacKenzie-2/+9
2019-11-27Update test with improved diagnosticsDylan MacKenzie-8/+2
Now, `derived_from_illegal_borrow` is also applied to reborrows, so we don't show the user a useless error message.
2019-09-28Add additional `const` testsDylan MacKenzie-0/+15