Skip to content

Commit

Permalink
Update feature gate test
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Feb 9, 2018
1 parent 4cf3b65 commit 1bd0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/feature-gate-macro_at_most_once_rep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// gate is not used.

macro_rules! m { ($(a)?) => {} }
//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable
//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable (see issue #48075)

fn main() {
m!();
Expand Down

0 comments on commit 1bd0862

Please sign in to comment.