summary refs log tree commit diff
path: root/src/test/ui/consts/const-multi-ref.rs
AgeCommit message (Collapse)AuthorLines
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