Skip to content

Commit 5c4b4fe

Browse files
committed
Corrected ui feature gate test
1 parent 3c15405 commit 5c4b4fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
error[E0658]: Using the `?` macro Kleene operator for "at most one" repetition is unstable
2-
--> $DIR/feature-gate-macro_at_most_once_rep.rs:14:19
2+
--> $DIR/feature-gate-macro_at_most_once_rep.rs:14:20
33
|
44
14 | macro_rules! m { ($(a)?) => {} }
5-
| ^^^^^
5+
| ^^^
66
|
77
= help: add #![feature(macro_at_most_once_rep)] to the crate attributes to enable
88

99
error: aborting due to previous error
1010

11-

0 commit comments

Comments
 (0)