about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorEsteban Küber <esteban@commure.com>2018-07-21 15:50:46 -0700
committerEsteban Küber <esteban@commure.com>2018-07-21 15:50:46 -0700
commit00d500052c72775ab994b5634195976f85b4e0d6 (patch)
tree09fe2165eefbbe1b7ff0e249cc56ebc9538142cb /src/libstd
parent83a8af50bbf704b5cdf2cbbab481e0e936ed03a8 (diff)
downloadrust-00d500052c72775ab994b5634195976f85b4e0d6.tar.gz
rust-00d500052c72775ab994b5634195976f85b4e0d6.zip
Gate `format_args_nll` behind feature flag
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index a4bcf7fd26c..49de9f80271 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -413,7 +413,7 @@ pub mod builtin {
     ///
     /// [`format_args`]: ../std/macro.format_args.html
     #[doc(hidden)]
-    #[unstable(feature = "println_format_args", issue="0")]
+    #[unstable(feature = "format_args_nl", issue="0")]
     #[macro_export]
     macro_rules! format_args_nl {
         ($fmt:expr) => ({ /* compiler built-in */ });