We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f656 commit 288c067Copy full SHA for 288c067
y.rs
@@ -3,7 +3,7 @@
3
# This block is ignored by rustc
4
set -e
5
echo "[BUILD] y.rs" 1>&2
6
-rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 --edition 2021
+rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 --edition 2021 -Cpanic=abort
7
exec ${0/.rs/.bin} $@
8
*/
9
0 commit comments