Skip to content

Commit fbced7d

Browse files
varkorfanzier
authored andcommitted
Fix ui-fulldeps test
1 parent 9a5d725 commit fbced7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui-fulldeps/pprust-expr-roundtrip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fn iter_exprs(depth: usize, f: &mut dyn FnMut(P<Expr>)) {
155155
},
156156
17 => {
157157
let path = Path::from_ident(Ident::from_str("S"));
158-
g(ExprKind::Struct(path, vec![], Some(make_x())));
158+
g(ExprKind::Struct(path, vec![], StructRest::Base(make_x())));
159159
},
160160
18 => {
161161
iter_exprs(depth - 1, &mut |e| g(ExprKind::Try(e)));

0 commit comments

Comments
 (0)