Files
rust/tests
Matthias Krüger 34e607594b 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
2024-12-14 03:54:34 +01:00
..
2024-12-06 16:42:09 -05:00
2024-12-13 00:04:56 +00:00
2024-12-04 23:03:44 +01:00
2024-12-13 00:04:56 +00:00
2024-12-05 22:50:21 +01:00