]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/lib.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_data_structures / lib.rs
index 3884fc051056edff3bbbee3da634077916797320..017511cc50d20fd1498ea16a208e2e76f17d91d8 100644 (file)
@@ -29,6 +29,8 @@
 extern crate log;
 #[macro_use]
 extern crate cfg_if;
+#[macro_use]
+extern crate rustc_macros;
 
 #[inline(never)]
 #[cold]