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

Commitbb602cf

Browse files
committed
Auto merge ofrust-lang#125853 - tesuji:promote-fail-fast, r=cjgillot
promote_consts: some clean-up after experimentingThis is some clean-up after experimenting inrust-lang#125916,Prefer to review commit-by-commit.
2 parents8902c17 +90dbe22 commitbb602cf

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