We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d90595 commit 9e40b54Copy full SHA for 9e40b54
compiler/rustc_middle/src/middle/dependency_format.rs
@@ -4,6 +4,9 @@
4
//! For all the gory details, see the provider of the `dependency_formats`
5
//! query.
6
7
+// FIXME: move this file to rustc_metadata::dependency_format, but
8
+// this will introduce circular dependency between rustc_metadata and rustc_middle
9
+
10
use rustc_macros::{Decodable, Encodable, HashStable};
11
use rustc_session::config::CrateType;
12
0 commit comments