diff options
| author | bors <bors@rust-lang.org> | 2024-08-26 05:45:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-26 05:45:40 +0000 |
| commit | f48062e7d040579ac5705e1b36b34675000da5dd (patch) | |
| tree | 3ce73e27437a2212b0476c930ee827ad2a2b1371 /compiler/rustc_incremental/src/errors.rs | |
| parent | 3f121b9461cce02a703a0e7e450568849dfaa074 (diff) | |
| parent | d6a3aa4fc46d403d26afd085a3d0fd28c2269b94 (diff) | |
| download | rust-f48062e7d040579ac5705e1b36b34675000da5dd.tar.gz rust-f48062e7d040579ac5705e1b36b34675000da5dd.zip | |
Auto merge of #129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - #129288 (Use subtyping for `UnsafeFnPointer` coercion, too) - #129405 (Fixing span manipulation and indentation of the suggestion introduced by #126187) - #129518 (gitignore: ignore ICE reports regardless of directory) - #129519 (Remove redundant flags from `lower_ty_common` that can be inferred from the HIR) - #129525 (rustdoc: clean up tuple <-> primitive conversion docs) - #129526 (Use `FxHasher` on new solver unconditionally) - #129544 (Removes dead code from the compiler) - #129553 (add back test for stable-const-can-only-call-stable-const) - #129590 (Avoid taking reference of &TyKind) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_incremental/src/errors.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/errors.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_incremental/src/errors.rs b/compiler/rustc_incremental/src/errors.rs index b68c149d398..c6f8b99bcd6 100644 --- a/compiler/rustc_incremental/src/errors.rs +++ b/compiler/rustc_incremental/src/errors.rs @@ -273,13 +273,6 @@ pub struct LoadDepGraph { } #[derive(Diagnostic)] -#[diag(incremental_write_dep_graph)] -pub struct WriteDepGraph<'a> { - pub path: &'a Path, - pub err: std::io::Error, -} - -#[derive(Diagnostic)] #[diag(incremental_move_dep_graph)] pub struct MoveDepGraph<'a> { pub from: &'a Path, |
