about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform/mod.rs
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-05-24 01:14:31 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-05-24 09:56:56 -0700
commitdb6ec2618a2abb82efe9e119f301f4ae8ec07682 (patch)
treef15295db6c066103ed0925e0f9242545b30626d9 /compiler/rustc_const_eval/src/transform/mod.rs
parent213ad10c8f0fc275648552366275dc4e07f97462 (diff)
downloadrust-db6ec2618a2abb82efe9e119f301f4ae8ec07682.tar.gz
rust-db6ec2618a2abb82efe9e119f301f4ae8ec07682.zip
compiler: const_eval/transform/validate.rs -> mir_transform/validate.rs
Diffstat (limited to 'compiler/rustc_const_eval/src/transform/mod.rs')
-rw-r--r--compiler/rustc_const_eval/src/transform/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/transform/mod.rs b/compiler/rustc_const_eval/src/transform/mod.rs
index e3582c7d317..b4516a412ef 100644
--- a/compiler/rustc_const_eval/src/transform/mod.rs
+++ b/compiler/rustc_const_eval/src/transform/mod.rs
@@ -1,2 +1 @@
 pub mod check_consts;
-pub mod validate;