You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexcrichton opened this issue
Oct 27, 2018
· 1 comment
Labels
P-highHigh priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.
error[E0658]: mod statements in non-mod.rs files are unstable (see issue #44660)
--> /home/alex/.cargo/registry/src/github.com-1ecc6299db9ec823/chalk-engine-0.8.0/src/context.rs:7:16
|
7 | pub(crate) mod prelude;
| ^^^^^^^
|
= help: add #![feature(non_modrs_mods)] to the crate attributes to enable
= help: on stable builds, rename this file to context/mod.rs
I believe this was due to the last minute destabilization of this feature for the 1.30.0 release.
@nikomatsakis could a point release of the chalk-engine crate be made which builds on stable?
The text was updated successfully, but these errors were encountered:
Mark-Simulacrum
added
P-high
High priority
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
labels
Oct 27, 2018
[beta]: Prepare the 1.31.0 beta release
* Update to Cargo's branched 1.31.0 branch
* Update the channel to `beta`
Rolled up beta-accepted PRs:
* #55362: Remove `cargo new --edition` from release notes.
* #55325: Fix link to macros chapter
* #55358: Remove redundant clone (2)
* #55346: Shrink `Statement`.
* #55274: Handle bindings in substructure of patterns with type ascriptions
* #55297: Partial implementation of uniform paths 2.0 to land before beta
* #55192: Fix ordering of nested modules in non-mod.rs mods
* #55185: path suggestions in Rust 2018 should point out the change in semantics
* #55423: back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch
Note that **this does not update the bootstrap compiler** due to #55404
P-highHigh priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.
Naively updating the bootstrap compiler yields:
I believe this was due to the last minute destabilization of this feature for the 1.30.0 release.
@nikomatsakis could a point release of the
chalk-engine
crate be made which builds on stable?The text was updated successfully, but these errors were encountered: