Skip to content

Commit 7842043

Browse files
committed
Add a warning comment
1 parent 270f151 commit 7842043

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_mir_dataflow/src

1 file changed

+2
-0
lines changed

compiler/rustc_mir_dataflow/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ extern crate rustc_middle;
1616

1717
use rustc_middle::ty;
1818

19+
// Please change the public `use` directives cautiously, as they might be used by external tools.
20+
// See issue #120130.
1921
pub use self::drop_flag_effects::{
2022
drop_flag_effects_for_function_entry, drop_flag_effects_for_location,
2123
move_path_children_matching, on_all_children_bits, on_lookup_result_bits,

0 commit comments

Comments
 (0)