File tree 5 files changed +1
-23
lines changed
crates/panic-implementation
5 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ test = false
9
9
[build-dependencies ]
10
10
cc = { optional = true , version = " 1.0" }
11
11
12
- [dev-dependencies ]
13
- panic-implementation = { path = ' crates/panic-implementation' }
14
-
15
12
[features ]
16
13
default = [" compiler-builtins" ]
17
14
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ environment:
15
15
# so we skip that test for now. Would be great to not skip it!
16
16
- TARGET : i686-pc-windows-gnu
17
17
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
18
- MINGW_ARCHIVE : i686-6.3.0-release-win32 -dwarf-rt_v5-rev1 .7z
18
+ MINGW_ARCHIVE : i686-6.3.0-release-posix -dwarf-rt_v5-rev2 .7z
19
19
MINGW_DIR : mingw32
20
20
DEBUG_LTO_BUILD_DOESNT_WORK : 1
21
21
- TARGET : x86_64-pc-windows-gnu
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
#![ feature( lang_items) ]
12
12
#![ feature( start) ]
13
13
#![ feature( allocator_api) ]
14
- #![ feature( panic_implementation) ]
15
14
#![ cfg_attr( windows, feature( panic_unwind) ) ]
16
15
#![ no_std]
17
16
18
- extern crate panic_implementation;
19
17
20
18
#[ cfg( not( thumb) ) ]
21
19
#[ link( name = "c" ) ]
You can’t perform that action at this time.
0 commit comments