We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe96928 commit 1cc54d0Copy full SHA for 1cc54d0
src/libstd/macros.rs
@@ -276,7 +276,7 @@ pub mod builtin {
276
/// // fn concat_idents!(new, fun, name) { } // not usable in this way!
277
/// # }
278
/// ```
279
- #[stable(feature = "rust1", since = "1.0.0")]
+ #[unstable(feature = "concat_idents", issue = "29599")]
280
#[macro_export]
281
macro_rules! concat_idents {
282
($($e:ident),*) => ({ /* compiler built-in */ })
0 commit comments