Skip to content

Commit 1a7b200

Browse files
authored
Merge pull request #163 from rust-lang-nursery/part-2-macro-question-2015
Part 2: Rust 2015 now supports ? macro rep op
2 parents 5507726 + a211e51 commit 1a7b200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rust-2018/macros/at-most-once.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# At most one repetition
22

3-
![Minimum Rust version: 1.32](https://img.shields.io/badge/Minimum%20Rust%20Version-1.32-brightgreen.svg)
3+
![Minimum Rust version: 1.32](https://img.shields.io/badge/Minimum%20Rust%20Version-1.32-brightgreen.svg) for 2018 edition
4+
5+
![Minimum Rust version: 1.37](https://img.shields.io/badge/Minimum%20Rust%20Version-1.37-brightgreen.svg) for 2015 edition
46

57
In Rust 2018, we have made a couple of changes to the macros-by-example syntax.
68

0 commit comments

Comments
 (0)