Skip to content

Commit 2de1cac

Browse files
committed
Fix rustc_driver edition
Since 1.87.0: rust-lang/rust@76d341f
1 parent 0abe5af commit 2de1cac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BUCK

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reindeer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rust_bootstrap_library(
2626
srcs = ["rust/compiler/rustc_driver/src/lib.rs"],
2727
crate = "rustc_driver",
2828
crate_root = "rust/compiler/rustc_driver/src/lib.rs",
29-
edition = "2021",
29+
edition = "2024",
3030
visibility = [],
3131
deps = [":rustc_driver_impl-0.0.0"],
3232
)

0 commit comments

Comments
 (0)