Skip to content

Commit bb602cf

Browse files
committed
Auto merge of rust-lang#125853 - tesuji:promote-fail-fast, r=cjgillot
promote_consts: some clean-up after experimenting This is some clean-up after experimenting in rust-lang#125916, Prefer to review commit-by-commit.
2 parents 8902c17 + 90dbe22 commit bb602cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panic_unwind/Cargo.toml

+1-1
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)