Disallow hidden references to mutable static

This commit is contained in:
Obei Sideg
2024-08-24 06:47:43 +03:00
parent d0985bb524
commit 74cab947f7
13 changed files with 203 additions and 133 deletions

View File

@@ -66,7 +66,6 @@ mod check;
mod compare_impl_item;
pub mod dropck;
mod entry;
mod errs;
pub mod intrinsic;
pub mod intrinsicck;
mod region;