Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90dbe22

Browse files
committed
use rustc-dep-of-std in panic_unwind
Wihout it, std keeps rebuiling when unchanged.But we could use `--keep-stage=1` to make it not rebuild.
1 parentc3c1757 commit90dbe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎panic_unwind/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ alloc = { path = "../alloc" }
1616
core = {path ="../core" }
1717
unwind = {path ="../unwind" }
1818
compiler_builtins ="0.1.0"
19-
cfg-if ="1.0"
19+
cfg-if ={version ="1.0",features = ['rustc-dep-of-std'] }
2020

2121
[target.'cfg(not(all(windows,target_env="msvc")))'.dependencies]
2222
libc = {version ="0.2",default-features =false }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp