rust/compiler/rustc_error_codes/src
Obei Sideg 2c088f9520 Disallow reference to static mut for expressions
Add `E0796` error code.
Add `static_mut_ref` lint.

This is the idea for the 2024 edition.
2024-01-06 06:31:35 +03:00
..
error_codes Disallow reference to static mut for expressions 2024-01-06 06:31:35 +03:00
error_codes.rs Disallow reference to static mut for expressions 2024-01-06 06:31:35 +03:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00