Skip to content

File tree

110 files changed

+240
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+240
-340
lines changed
 

‎src/librustc/ich/impls_misc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl_stable_hash_for!(enum ::session::search_paths::PathKind {
2020
All
2121
});
2222

23-
impl_stable_hash_for!(enum ::rustc_back::PanicStrategy {
23+
impl_stable_hash_for!(enum ::rustc_back::target::PanicStrategy {
2424
Abort,
2525
Unwind
2626
});

‎src/librustc/middle/dependency_format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use ty::TyCtxt;
6969
use middle::cstore::{self, DepKind};
7070
use middle::cstore::LinkagePreference::{self, RequireStatic, RequireDynamic};
7171
use util::nodemap::FxHashMap;
72-
use rustc_back::PanicStrategy;
72+
use rustc_back::target::PanicStrategy;
7373

7474
/// A list of dependencies for a certain crate type.
7575
///

0 commit comments

Comments
 (0)
Please sign in to comment.