]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gate-macro_at_most_once_rep.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[rust.git] / src / test / ui / feature-gate-macro_at_most_once_rep.stderr
1 error[E0658]: Using the `?` macro Kleene operator for "at most one" repetition is unstable (see issue #48075)
2   --> $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