We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e060723 commit 99534b9Copy full SHA for 99534b9
compiler/rustc_mir_transform/src/strip_debuginfo.rs
@@ -33,6 +33,6 @@ impl<'tcx> crate::MirPass<'tcx> for StripDebugInfo {
33
}
34
35
fn is_required(&self) -> bool {
36
- true
+ false
37
38
0 commit comments