Skip to content

Commit 29c134d

Browse files
Chore: Move to supported flaggs -Zunstable-options and -Cpanic=immediate-abort
1 parent 38cdd93 commit 29c134d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

compiler/.cargo/config.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
rustflags = [
55
"-Zlocation-detail=none",
66
"-Zfmt-debug=none",
7+
"-Zunstable-options",
8+
"-Cpanic=immediate-abort",
79
]
810

911
[unstable]
10-
build-std = ["core", "alloc", "panic_abort"]
11-
build-std-features = ["panic_immediate_abort"]
12+
build-std = ["core", "alloc", "panic_abort"]

0 commit comments

Comments
 (0)