1
Fork 0
This commit is contained in:
lcnr 2024-11-22 12:01:16 +01:00
parent 795ff6576c
commit 8c7c83d6ef
3 changed files with 36 additions and 5 deletions

View file

@ -1,5 +1,6 @@
//! Normalizes MIR in TypingMode::PostAnalysis mode, most notably revealing
//! its opaques.
//! Normalizes MIR in `TypingMode::PostAnalysis`` mode, most notably revealing
//! its opaques. We also only normalize specializable associated items once in
//! `PostAnalysis` mode.
use rustc_middle::mir::visit::*;
use rustc_middle::mir::*;