From cf46a30f8fe29f70e8624482a4030fc82a648e28 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sun, 19 Mar 2017 15:34:22 -0500 Subject: [PATCH] Rust 1.16 --- etc/config/rust.amazon.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/config/rust.amazon.properties b/etc/config/rust.amazon.properties index dfeee623..e770a4ac 100644 --- a/etc/config/rust.amazon.properties +++ b/etc/config/rust.amazon.properties @@ -1,8 +1,10 @@ compilers=&rust textBanner=Compilation provided by Compiler Explorer at https://rust.godbolt.org/ -defaultCompiler=r1151 -group.rust.compilers=r1151:r1140:r1130:r1120:r1110:r1100:r190:r180:r170:r160:r150:r140:r130:r120:r110:r100:nightly:beta +defaultCompiler=r1160 +group.rust.compilers=r1160:r1151:r1140:r1130:r1120:r1110:r1100:r190:r180:r170:r160:r150:r140:r130:r120:r110:r100:nightly:beta group.rust.compilerType=rust +compiler.r1151.exe=/opt/compiler-explorer/rust-1.16.0/bin/rustc +compiler.r1151.name=rustc 1.16.0 compiler.r1151.exe=/opt/compiler-explorer/rust-1.15.1/bin/rustc compiler.r1151.name=rustc 1.15.1 compiler.r1140.exe=/opt/compiler-explorer/rust-1.14.0/bin/rustc