2018-02-08 23:00:38 -06:00
|
|
|
error[E0658]: Using the `?` macro Kleene operator for "at most one" repetition is unstable (see issue #48075)
|
2018-01-26 16:34:26 -06:00
|
|
|
--> $DIR/feature-gate-macro_at_most_once_rep.rs:14:20
|
2018-01-26 16:16:43 -06:00
|
|
|
|
|
|
|
|
14 | macro_rules! m { ($(a)?) => {} }
|
2018-01-26 16:34:26 -06:00
|
|
|
| ^^^
|
2018-01-26 16:16:43 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(macro_at_most_once_rep)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0658"
|