]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/mir/mono.rs
Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC
[rust.git] / src / librustc / mir / mono.rs
index b13b4fd3b8d37e108d2674c6039ad5c64556f39c..bec98221e5af3a2a6412dc2c2ae5296b39f4feca 100644 (file)
@@ -8,11 +8,11 @@
 use crate::util::nodemap::FxHashMap;
 use rustc_data_structures::base_n;
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
+use rustc_span::source_map::Span;
+use rustc_span::symbol::Symbol;
 use std::fmt;
 use std::hash::Hash;
 use syntax::attr::InlineAttr;
-use syntax::source_map::Span;
-use syntax::symbol::Symbol;
 
 /// Describes how a monomorphization will be instantiated in object files.
 #[derive(PartialEq)]