fix rollup
This commit is contained in:
parent
2c64023e3e
commit
69e9b462e9
@ -258,10 +258,12 @@ pub mod builtin {
|
|||||||
/// ```
|
/// ```
|
||||||
/// #![feature(concat_idents)]
|
/// #![feature(concat_idents)]
|
||||||
///
|
///
|
||||||
|
/// # fn main() {
|
||||||
/// fn foobar() -> u32 { 23 }
|
/// fn foobar() -> u32 { 23 }
|
||||||
///
|
///
|
||||||
/// let f = concat_idents!(foo, bar);
|
/// let f = concat_idents!(foo, bar);
|
||||||
/// println!("{}", f());
|
/// println!("{}", f());
|
||||||
|
/// # }
|
||||||
/// ```
|
/// ```
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! concat_idents {
|
macro_rules! concat_idents {
|
||||||
|
Loading…
Reference in New Issue
Block a user