[breaking-change] don't glob import ast::FunctionRetTy variants

This commit is contained in:
Oliver Schneider
2016-02-08 15:04:11 +01:00
parent 05e25de4f0
commit 3b57d40fe5
10 changed files with 40 additions and 41 deletions

View File

@@ -950,7 +950,7 @@ mod tests {
}),
id: ast::DUMMY_NODE_ID
}),
output: ast::DefaultReturn(sp(15, 15)),
output: ast::FunctionRetTy::Default(sp(15, 15)),
variadic: false
}),
ast::Unsafety::Normal,