about summary refs log tree commit diff
path: root/src/test/ui/reassign-ref-mut.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-16/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-19Add unit test for case that didn't seem to be covered in existing UI testsFelix S. Klock II-0/+26
(since I made this mistake at first but the tests didn't catch it): we should not suggest adding `mut` to a reassigned `ref` or `ref mut` binding. (The Rust language, since at least 1.0, does not have `mut ref mut` or `ref mut mut` etc.)