diff options
| author | bors <bors@rust-lang.org> | 2023-11-05 11:47:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-05 11:47:38 +0000 |
| commit | 04817ff00cfa1ec00a9babcb2ade1e3f2874d9bd (patch) | |
| tree | 0b6bfd85de61c1dd13923e235636a37757653b8e /compiler/rustc_incremental/src/errors.rs | |
| parent | 513a48517ed80cb979d88e7eb7fbcf761a35620b (diff) | |
| parent | a6605163346d7680502d8e2c1e5aaf1dc3229e41 (diff) | |
| download | rust-04817ff00cfa1ec00a9babcb2ade1e3f2874d9bd.tar.gz rust-04817ff00cfa1ec00a9babcb2ade1e3f2874d9bd.zip | |
Auto merge of #117608 - matthiaskrgr:rollup-g9fagmv, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #116017 (Don't pass `-stdlib=libc++` when building C files on macOS) - #117524 (bootstrap/setup: create hooks directory if non-existing) - #117588 (Remove unused LoadResult::DecodeIncrCache variant) - #117596 (Add diagnostic items for a few of core's builtin macros) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_incremental/src/errors.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/errors.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_incremental/src/errors.rs b/compiler/rustc_incremental/src/errors.rs index 05ed4f7598d..61bb0353a9f 100644 --- a/compiler/rustc_incremental/src/errors.rs +++ b/compiler/rustc_incremental/src/errors.rs @@ -271,12 +271,6 @@ pub struct LoadDepGraph { } #[derive(Diagnostic)] -#[diag(incremental_decode_incr_cache)] -pub struct DecodeIncrCache { - pub err: String, -} - -#[derive(Diagnostic)] #[diag(incremental_write_dep_graph)] pub struct WriteDepGraph<'a> { pub path: &'a Path, |
