Skip to content

Commit 9e40b54

Browse files
committed
add fixme
1 parent 3d90595 commit 9e40b54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_middle/src/middle/dependency_format.rs

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//! For all the gory details, see the provider of the `dependency_formats`
55
//! query.
66
7+
// FIXME: move this file to rustc_metadata::dependency_format, but
8+
// this will introduce circular dependency between rustc_metadata and rustc_middle
9+
710
use rustc_macros::{Decodable, Encodable, HashStable};
811
use rustc_session::config::CrateType;
912

0 commit comments

Comments
 (0)