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.
-Z borrowck-mir
EndRegion
1 parent 94a82ad commit 66a31c7Copy full SHA for 66a31c7
src/librustc/session/mod.rs
@@ -411,7 +411,8 @@ impl Session {
411
}
412
pub fn emit_end_regions(&self) -> bool {
413
self.opts.debugging_opts.emit_end_regions ||
414
- (self.opts.debugging_opts.mir_emit_validate > 0)
+ (self.opts.debugging_opts.mir_emit_validate > 0) ||
415
+ self.opts.debugging_opts.borrowck_mir
416
417
pub fn lto(&self) -> bool {
418
self.opts.cg.lto
0 commit comments