Skip to content

Commit 1934c0f

Browse files
committed
pin to nightly-2024-06-12 to fix compilation
works around rust-lang/rust#126766 where due to some panic infrastructure changes, some type aliases don't work out when importing from `core::panic` rather than `std::panic`. We don't strictly *need* `core::panic`, but it's generally nice to import from the lowest crate necessary, so we know where things are coming from.
1 parent 426ad88 commit 1934c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2024-06-12

0 commit comments

Comments
 (0)