We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16a8a commit deb2d20Copy full SHA for deb2d20
src/test/run-pass-fulldeps/auxiliary/plugin_args.rs
@@ -43,7 +43,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
43
NormalTT {
44
expander: Box::new(Expander { args: args, }),
45
def_info: None,
46
- allow_internal_unstable: false,
+ allow_internal_unstable: Vec::new(),
47
allow_internal_unsafe: false,
48
local_inner_macros: false,
49
unstable_feature: None,
0 commit comments