about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-01-18 13:41:01 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-01-18 13:41:01 +0100
commit0472f6c91ce7afc7215a4e1e1be312c2c1ccba8c (patch)
tree3d0f95c42aaf450ed3fe2bfc65fc9ade167dd512
parentb85cbddf751b056ff1a7f925ccdcf9d04e554725 (diff)
downloadrust-0472f6c91ce7afc7215a4e1e1be312c2c1ccba8c.tar.gz
rust-0472f6c91ce7afc7215a4e1e1be312c2c1ccba8c.zip
Use 2021 edition for libcore tests
-rw-r--r--patches/0022-sysroot-Disable-not-compiling-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0022-sysroot-Disable-not-compiling-tests.patch b/patches/0022-sysroot-Disable-not-compiling-tests.patch
index 25a315f666e..ff8d5e8742b 100644
--- a/patches/0022-sysroot-Disable-not-compiling-tests.patch
+++ b/patches/0022-sysroot-Disable-not-compiling-tests.patch
@@ -22,7 +22,7 @@ index 0000000..46fd999
 +[package]
 +name = "core"
 +version = "0.0.0"
-+edition = "2018"
++edition = "2021"
 +
 +[lib]
 +name = "coretests"