diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-12-14 03:54:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 03:54:34 +0100 |
| commit | 34e607594b41942903cce31050d1b6b2b8ca948c (patch) | |
| tree | e7af72798ed3aaa341e5cb279469d2bfe3149013 /compiler/rustc_driver_impl/src | |
| parent | a53a3ccab41aa2edce6b0c0f185bc4719d67ee5a (diff) | |
| parent | f6cb227f6151abfd44536e613cbf4b800e814a2b (diff) | |
| download | rust-34e607594b41942903cce31050d1b6b2b8ca948c.tar.gz rust-34e607594b41942903cce31050d1b6b2b8ca948c.zip | |
Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxu
rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`
A legitimate suggestion would be to change from
&raw const val
to
&raw mut val
But until we have figured out how to make that happen we should at least
stop suggesting invalid syntax.
I recommend review commit-by-commit.
Part of #127562
Diffstat (limited to 'compiler/rustc_driver_impl/src')
0 files changed, 0 insertions, 0 deletions
