]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/rt/macros.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / libstd / rt / macros.rs
index 3ef57710344dc06c700b834770099fa83a292dde..74675c85b96b30d2fbaa584e073cf21f614fc2e5 100644 (file)
@@ -13,7 +13,7 @@
 //! These macros call functions which are only accessible in the `rt` module, so
 //! they aren't defined anywhere outside of the `rt` module.
 
-#[macro_escape];
+#![macro_escape]
 
 macro_rules! rterrln (
     ($($arg:tt)*) => ( {