about summary refs log tree commit diff
path: root/tests/ui/borrowck/no-invalid-mut-suggestion-for-raw-pointer-issue-127562.stderr
AgeCommit message (Expand)AuthorLines
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-2/+3
2024-12-16rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicableMartin Nordholts-0/+5
2024-12-13rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`Martin Nordholts-5/+0
2024-12-13Add regression test for issue 127562Martin Nordholts-0/+14