about summary refs log tree commit diff
path: root/compiler/rustc_borrowck
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-03 06:55:50 +0000
committerbors <bors@rust-lang.org>2022-07-03 06:55:50 +0000
commitada8c80bedb713b320af00aacab97d01d9cb5933 (patch)
treecf02cbbf9875573f0a5b357ef1829fedfd27202d /compiler/rustc_borrowck
parent8c52a83c455f0044e00add954cb7d9ddb0dfb9a3 (diff)
parentd8bfae4f9903a803c8b45d647934f2e53b0b3eea (diff)
downloadrust-ada8c80bedb713b320af00aacab97d01d9cb5933.tar.gz
rust-ada8c80bedb713b320af00aacab97d01d9cb5933.zip
Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
Bump bootstrap compiler

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_borrowck')
-rw-r--r--compiler/rustc_borrowck/src/borrowck_errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/src/borrowck_errors.rs b/compiler/rustc_borrowck/src/borrowck_errors.rs
index 708fe8719a1..a5d9a2bc597 100644
--- a/compiler/rustc_borrowck/src/borrowck_errors.rs
+++ b/compiler/rustc_borrowck/src/borrowck_errors.rs
@@ -478,7 +478,7 @@ impl<'cx, 'tcx> crate::MirBorrowckCtxt<'cx, 'tcx> {
         struct_span_err!(self, span, E0716, "temporary value dropped while borrowed",)
     }
 
-    #[cfg_attr(not(bootstrap), rustc_lint_diagnostics)]
+    #[rustc_lint_diagnostics]
     fn struct_span_err_with_code<S: Into<MultiSpan>>(
         &self,
         sp: S,