about summary refs log tree commit diff
path: root/src/test/ui/consts/const-multi-ref.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2021-01-01Allow references to interior mutable data behind a feature gateoli-1/+1
2020-06-19update diagnostics for &mut in constantsChristian Poveda-1/+1
2019-11-27Also test shared borrows of `Cell` for good errorsDylan MacKenzie-1/+11
2019-11-27Update test with improved diagnosticsDylan MacKenzie-2/+5
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/+11