Skip to content

Commit deb2d20

Browse files
committed
Update fulldeps test
1 parent cc16a8a commit deb2d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass-fulldeps/auxiliary/plugin_args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
4343
NormalTT {
4444
expander: Box::new(Expander { args: args, }),
4545
def_info: None,
46-
allow_internal_unstable: false,
46+
allow_internal_unstable: Vec::new(),
4747
allow_internal_unsafe: false,
4848
local_inner_macros: false,
4949
unstable_feature: None,

0 commit comments

Comments
 (0)