about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-02-01 16:46:48 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-02-01 17:58:06 +0100
commit477d102697654e45d1a89e087eb3e0127aeb539d (patch)
tree3ba953ceaf65b3ae8ecf36edb5671c2856bb1a9b
parent5067ad9edcec36b3aa7e55f4e97e2389eb715e59 (diff)
downloadrust-477d102697654e45d1a89e087eb3e0127aeb539d.tar.gz
rust-477d102697654e45d1a89e087eb3e0127aeb539d.zip
Move coretests to the 2021 edition
-rw-r--r--patches/0022-core-Disable-not-compiling-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0022-core-Disable-not-compiling-tests.patch b/patches/0022-core-Disable-not-compiling-tests.patch
index aae62a938b4..301b3f9bde4 100644
--- a/patches/0022-core-Disable-not-compiling-tests.patch
+++ b/patches/0022-core-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"