compiler: start using rustc_ast_lowering in rustc_passes

This commit is contained in:
Jubilee Young 2025-02-05 11:18:18 -08:00
parent 3f50076fb3
commit 90c50f0164
5 changed files with 8 additions and 5 deletions

View file

@ -84,7 +84,7 @@ mod index;
mod item;
mod pat;
mod path;
mod stability;
pub mod stability;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }