Skip to content

Commit 2dd604b

Browse files
committed
Switch to nightly toolchain
I would like to use trait upcasting: rust-lang/rust#65991 Which has already been stabilized: rust-lang/rust#134367 This happened only a few days ago, so the feature is not available on stable yet.
1 parent fb0beb8 commit 2dd604b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: experiments/2024-12-09/rust-toolchain.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "nightly-2025-02-10"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)