1
Fork 0

[breaking-change] don't glob export ast::BlockCheckMode variants

This commit is contained in:
Oliver Schneider 2016-02-08 12:44:45 +01:00
parent 3b57d40fe5
commit 47b0784ba8
9 changed files with 24 additions and 27 deletions

View file

@ -988,7 +988,7 @@ mod tests {
span: sp(17,19)})),
expr: None,
id: ast::DUMMY_NODE_ID,
rules: ast::DefaultBlock, // no idea
rules: ast::BlockCheckMode::Default, // no idea
span: sp(15,21),
})),
vis: ast::Inherited,