]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/removed.rs
Auto merge of #67076 - mbrubeck:condvar, r=dtolnay
[rust.git] / src / librustc_feature / removed.rs
index 5512e1247aa3a9a1fad8a5fbde61cbc48ecd492b..d5b6fe81c7be8af0091b2bd55cc16af77291fc37 100644 (file)
@@ -1,7 +1,7 @@
 //! List of the removed feature gates.
 
 use super::{Feature, State};
-use syntax_pos::symbol::sym;
+use rustc_span::symbol::sym;
 
 macro_rules! declare_features {
     ($(
@@ -74,6 +74,8 @@ macro_rules! declare_features {
     (removed, pushpop_unsafe, "1.2.0", None, None, None),
     (removed, needs_allocator, "1.4.0", Some(27389), None,
      Some("subsumed by `#![feature(allocator_internals)]`")),
+    /// Allows identifying crates that contain sanitizer runtimes.
+    (removed, sanitizer_runtime, "1.17.0", None, None, None),
     (removed, proc_macro_mod, "1.27.0", Some(54727), None,
      Some("subsumed by `#![feature(proc_macro_hygiene)]`")),
     (removed, proc_macro_expr, "1.27.0", Some(54727), None,