We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IndirectlyMutableLocals
1 parent 7d9dadc commit 34783b7Copy full SHA for 34783b7
src/librustc_mir/dataflow/impls/indirect_mutation.rs
src/librustc_mir/dataflow/impls/mod.rs
@@ -20,11 +20,9 @@ use super::drop_flag_effects_for_location;
20
use super::on_lookup_result_bits;
21
22
mod borrowed_locals;
23
-mod indirect_mutation;
24
mod storage_liveness;
25
26
pub use self::borrowed_locals::*;
27
-pub use self::indirect_mutation::IndirectlyMutableLocals;
28
pub use self::storage_liveness::*;
29
30
pub(super) mod borrows;
0 commit comments