Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade default rust-toolchain to 1.56-beta.3 #1085

Merged
merged 3 commits into from
Sep 22, 2021
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