compiler: unnest rustc_const_eval::check_consts

This commit is contained in:
Jubilee Young
2024-05-24 01:33:13 -07:00
parent db6ec2618a
commit 87048a46fc
10 changed files with 3 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ mod unreachable_enum_branching;
mod unreachable_prop;
mod validate;
use rustc_const_eval::transform::check_consts::{self, ConstCx};
use rustc_const_eval::check_consts::{self, ConstCx};
use rustc_mir_dataflow::rustc_peek;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }