@@ -47,25 +47,6 @@ help: consider writing `quote::quote! {match match match}`
4747LL | let _ = quote::quote!(match match match);
4848 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4949
50- error: use of irregular braces for `vec!` macro
51- --> $DIR/conf_nonstandard_macro_braces.rs:18:9
52- |
53- LL | vec!{0, 0, 0}
54- | ^^^^^^^^^^^^^
55- ...
56- LL | let _ = test!();
57- | ------- in this macro invocation
58- |
59- help: consider writing `vec![0, 0, 0]`
60- --> $DIR/conf_nonstandard_macro_braces.rs:18:9
61- |
62- LL | vec!{0, 0, 0}
63- | ^^^^^^^^^^^^^
64- ...
65- LL | let _ = test!();
66- | ------- in this macro invocation
67- = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
68-
6950error: use of irregular braces for `type_pos!` macro
7051 --> $DIR/conf_nonstandard_macro_braces.rs:55:12
7152 |
@@ -90,17 +71,5 @@ help: consider writing `eprint!["test if user config overrides defaults"];`
9071LL | eprint!("test if user config overrides defaults");
9172 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9273
93- error: use of irregular braces for `printlnfoo!` macro
94- --> $DIR/conf_nonstandard_macro_braces.rs:61:5
95- |
96- LL | printlnfoo!("you");
97- | ^^^^^^^^^^^^^^^^^^^
98- |
99- help: consider writing `printlnfoo!["you"];`
100- --> $DIR/conf_nonstandard_macro_braces.rs:61:5
101- |
102- LL | printlnfoo!("you");
103- | ^^^^^^^^^^^^^^^^^^^
104-
105- error: aborting due to 8 previous errors
74+ error: aborting due to 6 previous errors
10675
0 commit comments