We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827fa43 commit 0b2b03cCopy full SHA for 0b2b03c
compiler/rustc_mir_transform/src/pass_manager.rs
@@ -85,7 +85,8 @@ pub(super) trait MirPass<'tcx> {
85
}
86
87
88
-/// Just like `MirPass`, except it cannot mutate `Body`.
+/// Just like `MirPass`, except it cannot mutate `Body`, and MIR dumping is
89
+/// disabled (via the `Lint` adapter).
90
pub(super) trait MirLint<'tcx> {
91
fn name(&self) -> &'static str {
92
// FIXME Simplify the implementation once more `str` methods get const-stable.
0 commit comments