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.
1 parent bd6eb05 commit 6606bb3Copy full SHA for 6606bb3
compiler/rustc_middle/src/thir/visit.rs
@@ -1,8 +1,7 @@
1
use super::{
2
- AdtExpr, Arm, Block, ClosureExpr, Expr, ExprKind, InlineAsmExpr, InlineAsmOperand, Pat,
3
- PatKind, Stmt, StmtKind, Thir,
+ AdtExpr, AdtExprBase, Arm, Block, ClosureExpr, Expr, ExprKind, InlineAsmExpr, InlineAsmOperand,
+ Pat, PatKind, Stmt, StmtKind, Thir,
4
};
5
-use crate::thir::AdtExprBase;
6
7
pub trait Visitor<'thir, 'tcx: 'thir>: Sized {
8
fn thir(&self) -> &'thir Thir<'tcx>;
0 commit comments