Skip to content

Commit 5507726

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rust-2018/edition-changes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
The following is a summary of changes that only apply to code compiled with
44
the 2018 edition compared to the 2015 edition.
55

6-
- [At most once] `?` macro repetition operator.
76
- [Path changes]:
87
- Paths in `use` declarations work the same as other paths.
98
- Paths starting with `::` must be followed with an external crate.
@@ -26,7 +25,6 @@ the 2018 edition compared to the 2015 edition.
2625
specify `cargo install --path .` to install the current package.
2726

2827
[Anonymous trait function parameters]: trait-system/no-anon-params.md
29-
[At most once]: macros/at-most-once.md
3028
[Non-lexical lifetimes]: ownership-and-lifetimes/non-lexical-lifetimes.md
3129
[Path changes]: module-system/path-clarity.md
3230
[Trait function parameters]: https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns

0 commit comments

Comments
 (0)