]> git.lizzy.rs Git - rust.git/commitdiff
Corrected ui feature gate test
authorMark Mansi <markm@cs.wisc.edu>
Fri, 26 Jan 2018 22:34:26 +0000 (16:34 -0600)
committerMark Mansi <markm@cs.wisc.edu>
Tue, 30 Jan 2018 18:42:51 +0000 (12:42 -0600)
src/test/ui/feature-gate-macro_at_most_once_rep.stderr

index f470399ffefa5b819c5b5a90e795ee1f736bb32f..515c6243e668bda91a69ac580e2f64a68e346eba 100644 (file)
@@ -1,11 +1,10 @@
 error[E0658]: Using the `?` macro Kleene operator for "at most one" repetition is unstable
-  --> $DIR/feature-gate-macro_at_most_once_rep.rs:14:19
+  --> $DIR/feature-gate-macro_at_most_once_rep.rs:14:20
    |
 14 | macro_rules! m { ($(a)?) => {} }
-   |                   ^^^^^
+   |                    ^^^
    |
    = help: add #![feature(macro_at_most_once_rep)] to the crate attributes to enable
 
 error: aborting due to previous error
 
-