X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=y.rs;h=02e1e21ade1de98f4d72256adbe70755a3997a55;hb=e14e5c2af1a028a2ad23508ee3d6d5ffda0ebdf0;hp=f177b91c2c4876a4ac7b62dd653a3e4ea0857453;hpb=670ee7ec280c6638d902bc97ef2f16536f6507f8;p=rust.git diff --git a/y.rs b/y.rs index f177b91c2c4..02e1e21ade1 100755 --- a/y.rs +++ b/y.rs @@ -3,7 +3,7 @@ # This block is ignored by rustc set -e echo "[BUILD] y.rs" 1>&2 -rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 +rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 --edition 2021 exec ${0/.rs/.bin} $@ */