We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64365b commit 6a8c6b0Copy full SHA for 6a8c6b0
1 file changed
.cargo/config.toml
@@ -1,3 +1,3 @@
1
[unstable]
2
build-std = ["std", "panic_abort"]
3
-build-std-features = ["panic_immediate_abort"]
+rustflags = ["-Zunstable-options", "-Cpanic=immediate-abort"]
0 commit comments