Skip to content

Commit 69e9b46

Browse files
committed
fix rollup
1 parent 2c64023 commit 69e9b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/macros.rs

+2
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,12 @@ pub mod builtin {
258258
/// ```
259259
/// #![feature(concat_idents)]
260260
///
261+
/// # fn main() {
261262
/// fn foobar() -> u32 { 23 }
262263
///
263264
/// let f = concat_idents!(foo, bar);
264265
/// println!("{}", f());
266+
/// # }
265267
/// ```
266268
#[macro_export]
267269
macro_rules! concat_idents {

0 commit comments

Comments
 (0)