We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa2f9f commit 6ace7d9Copy full SHA for 6ace7d9
src/librustc_hir/def.rs
@@ -1,5 +1,5 @@
1
+use crate::def_id::{DefId, CRATE_DEF_INDEX, LOCAL_CRATE};
2
use crate::hir;
-use rustc_span::def_id::{DefId, CRATE_DEF_INDEX, LOCAL_CRATE};
3
4
use rustc_macros::HashStable_Generic;
5
use rustc_span::hygiene::MacroKind;
0 commit comments