diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-05-22 05:58:29 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-09 04:16:34 +0200 |
| commit | 73c6563ce0b2cafbe47f55143ed9e29059afbc56 (patch) | |
| tree | b20655f051e11173dff2cb211381a13337697057 | |
| parent | a4b9a03362f626db617d3a67685d3a9ba9f1c683 (diff) | |
| download | rust-73c6563ce0b2cafbe47f55143ed9e29059afbc56.tar.gz rust-73c6563ce0b2cafbe47f55143ed9e29059afbc56.zip | |
Fix typo in comment.
| -rw-r--r-- | src/test/ui/macros/macro-at-most-once-rep-2018.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/macros/macro-at-most-once-rep-2018.rs b/src/test/ui/macros/macro-at-most-once-rep-2018.rs index e4ae406f512..886a25bbcbc 100644 --- a/src/test/ui/macros/macro-at-most-once-rep-2018.rs +++ b/src/test/ui/macros/macro-at-most-once-rep-2018.rs @@ -1,4 +1,4 @@ -// Tests that `?` is a Kleene op and not a macro separator in the 2015 edition. +// Tests that `?` is a Kleene op and not a macro separator in the 2018 edition. // edition:2018 |
