Mark concat_idents! unstable
This is mostly just a documentation fix as I don't think stability attributes have any effect on macros.
This commit is contained in:
parent
fe96928d7d
commit
1cc54d0327
@ -276,7 +276,7 @@ macro_rules! option_env { ($name:expr) => ({ /* compiler built-in */ }) }
|
||||
/// // fn concat_idents!(new, fun, name) { } // not usable in this way!
|
||||
/// # }
|
||||
/// ```
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[unstable(feature = "concat_idents", issue = "29599")]
|
||||
#[macro_export]
|
||||
macro_rules! concat_idents {
|
||||
($($e:ident),*) => ({ /* compiler built-in */ })
|
||||
|
Loading…
Reference in New Issue
Block a user