We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270f151 commit 7842043Copy full SHA for 7842043
compiler/rustc_mir_dataflow/src/lib.rs
@@ -16,6 +16,8 @@ extern crate rustc_middle;
16
17
use rustc_middle::ty;
18
19
+// Please change the public `use` directives cautiously, as they might be used by external tools.
20
+// See issue #120130.
21
pub use self::drop_flag_effects::{
22
drop_flag_effects_for_function_entry, drop_flag_effects_for_location,
23
move_path_children_matching, on_all_children_bits, on_lookup_result_bits,
0 commit comments