We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
1 parent f715e43 commit a6b381aCopy full SHA for a6b381a
compiler/rustc_session/src/cstore.rs
@@ -252,7 +252,6 @@ pub trait CrateStore: std::fmt::Debug {
252
253
pub type CrateStoreDyn = dyn CrateStore + sync::Sync + sync::Send;
254
255
-#[derive(Debug)]
256
pub struct Untracked {
257
pub cstore: RwLock<Box<CrateStoreDyn>>,
258
/// Reference span for definitions.
0 commit comments