Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[toolchain]
# Version updated on 2021-07-29
channel = "1.54.0"
# Version updated on 2021-09-22
# Note: This is 1.56.0-beta.3, but it can't be specified in that way;
# see https://github.com/rust-lang/rustup/issues/1329
channel = "beta-2021-09-18"
5 changes: 4 additions & 1 deletion utils/yoke/src/trait_hack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
//!
//! Code that does not compile:
//!
//! ```compile_fail
//! ***[#1061](https://github.com/unicode-org/icu4x/issues/1061): The following example
//! compiles starting in Rust 1.56.
//!
//! ```ignore
//! use yoke::Yoke;
//! use yoke::Yokeable;
//!
Expand Down