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 1e3bd77 commit 33a8600Copy full SHA for 33a8600
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 2c64023e3e03ca05cb10cecec32e5c684c7436ba
+refs/heads/master: 69e9b462e97090683ccb112158dee63098661089
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
trunk/src/libstd/macros.rs
@@ -258,10 +258,12 @@ pub mod builtin {
258
/// ```
259
/// #![feature(concat_idents)]
260
///
261
+ /// # fn main() {
262
/// fn foobar() -> u32 { 23 }
263
264
/// let f = concat_idents!(foo, bar);
265
/// println!("{}", f());
266
+ /// # }
267
268
#[macro_export]
269
macro_rules! concat_idents {
0 commit comments