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
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ pub mod builtin {
|
|||
/// // 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…
Add table
Add a link
Reference in a new issue