We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
impl DummyAstNode for Block
1 parent b5d7da8 commit a9dff2dCopy full SHA for a9dff2d
compiler/rustc_ast/src/mut_visit.rs
@@ -1682,19 +1682,6 @@ impl DummyAstNode for Stmt {
1682
}
1683
1684
1685
-impl DummyAstNode for Block {
1686
- fn dummy() -> Self {
1687
- Block {
1688
- stmts: Default::default(),
1689
- id: DUMMY_NODE_ID,
1690
- rules: BlockCheckMode::Default,
1691
- span: Default::default(),
1692
- tokens: Default::default(),
1693
- could_be_bare_literal: Default::default(),
1694
- }
1695
1696
-}
1697
-
1698
impl DummyAstNode for Crate {
1699
fn dummy() -> Self {
1700
Crate {
0 commit comments