We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c15405 commit 5c4b4feCopy full SHA for 5c4b4fe
src/test/ui/feature-gate-macro_at_most_once_rep.stderr
@@ -1,11 +1,10 @@
1
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
+ --> $DIR/feature-gate-macro_at_most_once_rep.rs:14:20
3
|
4
14 | macro_rules! m { ($(a)?) => {} }
5
- | ^^^^^
+ | ^^^
6
7
= help: add #![feature(macro_at_most_once_rep)] to the crate attributes to enable
8
9
error: aborting due to previous error
10
11
-
0 commit comments