Skip to content

Commit 546bdb7

Browse files
committed
add use
1 parent f970a4d commit 546bdb7

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_typeck/src/check

1 file changed

+1
-0
lines changed

compiler/rustc_typeck/src/check/pat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use crate::check::FnCtxt;
22
use rustc_ast as ast;
33

4+
use crate::path::BytePos;
45
use rustc_data_structures::fx::FxHashMap;
56
use rustc_errors::{pluralize, struct_span_err, Applicability, DiagnosticBuilder};
67
use rustc_hir as hir;

0 commit comments

Comments
 (0)