Update feature gate test
This commit is contained in:
parent
4cf3b65714
commit
1bd086283b
1 changed files with 1 additions and 1 deletions
|
|
@ -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!();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue