fmt
This commit is contained in:
parent
93436d8fd7
commit
e219dd4a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use rustc_errors::{struct_span_err, DiagnosticBuilder};
|
|||
use rustc_hir as hir;
|
||||
use rustc_macros::HashStable;
|
||||
use rustc_session::CtfeBacktrace;
|
||||
use rustc_span::{Pos, Span, def_id::DefId};
|
||||
use rustc_span::{def_id::DefId, Pos, Span};
|
||||
use std::{any::Any, fmt};
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, HashStable, RustcEncodable, RustcDecodable)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue