fix rebase
This commit is contained in:
parent
86b3f3f2b3
commit
fc6c19e2dc
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
// ignore-tidy-filelength
|
||||
use crate::def::{DefKind, Namespace, Res};
|
||||
use crate::def::{CtorKind, DefKind, Namespace, Res};
|
||||
use crate::def_id::DefId;
|
||||
crate use crate::hir_id::HirId;
|
||||
|
@ -1562,7 +1561,7 @@ impl Expr<'_> {
|
|||
ExprKind::Type(base, _)
|
||||
| ExprKind::Unary(_, base)
|
||||
| ExprKind::Field(base, _)
|
||||
| ExprKind::Index(base, _)
|
||||
| ExprKind::Index(base, _)
|
||||
| ExprKind::AddrOf(.., base)
|
||||
| ExprKind::Cast(base, _) => {
|
||||
// This isn't exactly true for `Index` and all `Unnary`, but we are using this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue