Skip to content

Commit 8455275

Browse files
committed
edits
1 parent de23ba1 commit 8455275

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/lit/lit/formats/Cpp2RustTest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ def build_rust(self):
205205
cmd = [
206206
"rustc",
207207
"+" + read_rust_version(),
208+
"--edition",
209+
"2024",
208210
"main.rs",
209211
"-A",
210212
"warnings",

0 commit comments

Comments
 (0)