[breaking-change] don't glob import ast::FunctionRetTy variants
This commit is contained in:
parent
05e25de4f0
commit
3b57d40fe5
10 changed files with 40 additions and 41 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue