Skip to content

Commit

Permalink
Switch to nightly toolchain
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hannobraun committed Feb 10, 2025
1 parent fb0beb8 commit 2dd604b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiments/2024-12-09/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2025-02-10"
components = ["rustfmt", "clippy"]

0 comments on commit 2dd604b

Please sign in to comment.