about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-12-14 03:54:34 +0100
committerGitHub <noreply@github.com>2024-12-14 03:54:34 +0100
commit34e607594b41942903cce31050d1b6b2b8ca948c (patch)
treee7af72798ed3aaa341e5cb279469d2bfe3149013 /compiler/rustc_driver_impl/src
parenta53a3ccab41aa2edce6b0c0f185bc4719d67ee5a (diff)
parentf6cb227f6151abfd44536e613cbf4b800e814a2b (diff)
downloadrust-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