[breaking-change] don't pub export ast::Ty_ variants
This commit is contained in:
parent
ec61e632c0
commit
05d4cefd63
17 changed files with 126 additions and 128 deletions
|
@ -916,7 +916,7 @@ mod tests {
|
|||
node: ast::ItemFn(P(ast::FnDecl {
|
||||
inputs: vec!(ast::Arg{
|
||||
ty: P(ast::Ty{id: ast::DUMMY_NODE_ID,
|
||||
node: ast::TyPath(None, ast::Path{
|
||||
node: ast::TyKind::Path(None, ast::Path{
|
||||
span:sp(10,13),
|
||||
global:false,
|
||||
segments: vec!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue