diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-01-26 16:34:26 -0600 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-01-30 12:42:51 -0600 |
| commit | 5c4b4fe4d6b528e1500fc75154b9c701645ac274 (patch) | |
| tree | b3f64730924042b3f8dd7cc1f75611334cdc42c5 | |
| parent | 3c15405c2571e03226b98f2d6eddec51967f0a18 (diff) | |
| download | rust-5c4b4fe4d6b528e1500fc75154b9c701645ac274.tar.gz rust-5c4b4fe4d6b528e1500fc75154b9c701645ac274.zip | |
Corrected ui feature gate test
| -rw-r--r-- | src/test/ui/feature-gate-macro_at_most_once_rep.stderr | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/ui/feature-gate-macro_at_most_once_rep.stderr b/src/test/ui/feature-gate-macro_at_most_once_rep.stderr index f470399ffef..515c6243e66 100644 --- a/src/test/ui/feature-gate-macro_at_most_once_rep.stderr +++ b/src/test/ui/feature-gate-macro_at_most_once_rep.stderr @@ -1,11 +1,10 @@ error[E0658]: Using the `?` macro Kleene operator for "at most one" repetition is unstable - --> $DIR/feature-gate-macro_at_most_once_rep.rs:14:19 + --> $DIR/feature-gate-macro_at_most_once_rep.rs:14:20 | 14 | macro_rules! m { ($(a)?) => {} } - | ^^^^^ + | ^^^ | = help: add #![feature(macro_at_most_once_rep)] to the crate attributes to enable error: aborting due to previous error - |
