11 lines
262 B
Diff
11 lines
262 B
Diff
--- a/src/bootstrap/lib.rs
|
|
+++ a/src/bootstrap/lib.rs
|
|
@@ -273,6 +273,7 @@
|
|
RefCell<HashMap<TargetSelection, HashMap<String, (&'static str, PathBuf, Vec<String>)>>>,
|
|
}
|
|
|
|
+#[allow(dead_code)]
|
|
#[derive(Debug)]
|
|
struct Crate {
|
|
name: Interned<String>,
|