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 dfaeab8 commit 7b83e16Copy full SHA for 7b83e16
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 -Cpanic=abort
+rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 --edition 2021
7
exec ${0/.rs/.bin} $@
8
*/
9
0 commit comments