Skip to content

Commit

Permalink
Add a warning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Jan 20, 2024
1 parent 270f151 commit 7842043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_mir_dataflow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ extern crate rustc_middle;

use rustc_middle::ty;

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

0 comments on commit 7842043

Please sign in to comment.