review
This commit is contained in:
parent
795ff6576c
commit
8c7c83d6ef
3 changed files with 36 additions and 5 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue