You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builtin_macros_proc_macro = `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
223
227
224
228
builtin_macros_requires_cfg_pattern =
225
229
macro requires a cfg-pattern as an argument
226
230
.label = cfg-pattern required
227
231
232
+
builtin_macros_takes_no_arguments = {$name} takes no arguments
233
+
228
234
builtin_macros_test_bad_fn = {$kind} functions cannot be used for tests
0 commit comments