diff options
| author | bors <bors@rust-lang.org> | 2022-07-03 06:55:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-03 06:55:50 +0000 |
| commit | ada8c80bedb713b320af00aacab97d01d9cb5933 (patch) | |
| tree | cf02cbbf9875573f0a5b357ef1829fedfd27202d /compiler/rustc_borrowck | |
| parent | 8c52a83c455f0044e00add954cb7d9ddb0dfb9a3 (diff) | |
| parent | d8bfae4f9903a803c8b45d647934f2e53b0b3eea (diff) | |
| download | rust-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.rs | 2 |
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, |
