Skip to content

Commit 63c2d06

Browse files
committed
update nightly book
1 parent 8eb4941 commit 63c2d06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/unstable-book/src/language-features/macro-at-most-once-rep.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# `macro_at_most_once_rep`
22

3-
The tracking issue for this feature is: TODO(mark-i-m)
3+
NOTE: This feature is only available in the 2018 Edition.
4+
5+
The tracking issue for this feature is: #48075
46

57
With this feature gate enabled, one can use `?` as a Kleene operator meaning "0
68
or 1 repetitions" in a macro definition. Previously only `+` and `*` were allowed.
79

810
For example:
911

10-
```rust
12+
```rust,ignore
1113
#![feature(macro_at_most_once_rep)]
1214
1315
macro_rules! foo {

0 commit comments

Comments
 (0)