add fixme

This commit is contained in:
klensy 2024-04-23 13:34:12 +03:00
parent 3d90595054
commit 9e40b546eb

View File

@ -4,6 +4,9 @@
//! For all the gory details, see the provider of the `dependency_formats`
//! query.
// FIXME: move this file to rustc_metadata::dependency_format, but
// this will introduce circular dependency between rustc_metadata and rustc_middle
use rustc_macros::{Decodable, Encodable, HashStable};
use rustc_session::config::CrateType;