Update feature gate test

This commit is contained in:
Mark Mansi 2018-02-08 22:00:51 -06:00
parent 4cf3b65714
commit 1bd086283b

View file

@ -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!();