about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src
diff options
context:
space:
mode:
authormu001999 <mu001999@outlook.com>2024-08-08 08:17:55 +0800
committermu001999 <mu001999@outlook.com>2024-08-25 13:41:39 +0800
commite7f11b6913eb1549847be2173a20d08f3cbf46ff (patch)
tree0b7f4832d9abe937b22502b75a9317465a560ad2 /compiler/rustc_incremental/src
parentf167efad2f51088d86180ee89177b3d7c9e7c2f5 (diff)
downloadrust-e7f11b6913eb1549847be2173a20d08f3cbf46ff.tar.gz
rust-e7f11b6913eb1549847be2173a20d08f3cbf46ff.zip
Removes dead code from the compiler
Diffstat (limited to 'compiler/rustc_incremental/src')
-rw-r--r--compiler/rustc_incremental/src/errors.rs7
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,