1
Fork 0

Add proper cfgs for struct HirIdValidator used only with debug assertions

This commit is contained in:
r0cky 2024-03-06 22:54:22 +08:00
parent 2064c19886
commit f41537981b
3 changed files with 18 additions and 24 deletions

View file

@ -28,6 +28,7 @@ mod debugger_visualizer;
mod diagnostic_items;
pub mod entry;
mod errors;
#[cfg(debug_assertions)]
pub mod hir_id_validator;
pub mod hir_stats;
mod lang_items;