Skip to content

Commit

Permalink
Update fulldeps test
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 4, 2019
1 parent cc16a8a commit deb2d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass-fulldeps/auxiliary/plugin_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
NormalTT {
expander: Box::new(Expander { args: args, }),
def_info: None,
allow_internal_unstable: false,
allow_internal_unstable: Vec::new(),
allow_internal_unsafe: false,
local_inner_macros: false,
unstable_feature: None,
Expand Down

0 comments on commit deb2d20

Please sign in to comment.