mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Add missing imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! MIR lowering for patterns
|
||||
|
||||
use hir_def::AssocItemId;
|
||||
use hir_def::{hir::LiteralOrConst, resolver::HasResolver, AssocItemId};
|
||||
|
||||
use crate::{
|
||||
mir::lower::{
|
||||
|
||||
Reference in New Issue
Block a user