Skip to content

Bootstrap compiler on beta needs an update #55404

Closed
@alexcrichton

Description

@alexcrichton

Naively updating the bootstrap compiler yields:

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?

Metadata

Metadata

Assignees

No one assigned

    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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions