X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Fy.rs;h=02e1e21ade1de98f4d72256adbe70755a3997a55;hb=9c07efe84f28a44f3044237696acc295aa407ee5;hp=f177b91c2c4876a4ac7b62dd653a3e4ea0857453;hpb=2b30ce04ac23aaea8d35502aa67079f1072cad2d;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/y.rs b/compiler/rustc_codegen_cranelift/y.rs index f177b91c2c4..02e1e21ade1 100755 --- a/compiler/rustc_codegen_cranelift/y.rs +++ b/compiler/rustc_codegen_cranelift/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} $@ */