Skip to content

Commit

Permalink
Merge pull request #185 from Mark-Simulacrum/non_modrs_mods-is-unstable
Browse files Browse the repository at this point in the history
Non modrs mods is unstable
  • Loading branch information
alexcrichton authored Oct 31, 2018
2 parents 4bce000 + 12335a8 commit e9c0a34
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chalk-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chalk-engine"
version = "0.8.0"
version = "0.8.1"
description = "Core trait engine from Chalk project"
license = "Apache-2.0/MIT"
authors = ["Rust Compiler Team", "Chalk developers"]
Expand Down
1 change: 1 addition & 0 deletions chalk-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#![feature(in_band_lifetimes)]
#![feature(step_trait)]
#![feature(non_modrs_mods)]

#[macro_use]
extern crate chalk_macros;
Expand Down
1 change: 1 addition & 0 deletions chalk-ir/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(crate_visibility_modifier)]
#![feature(specialization)]
#![feature(non_modrs_mods)]

use cast::Cast;
use chalk_engine::fallible::*;
Expand Down
2 changes: 1 addition & 1 deletion chalk-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chalk-macros"
version = "0.1.0"
version = "0.1.1"
description = "Macros for Chalk"
license = "Apache-2.0/MIT"
authors = ["Rust Compiler Team", "Chalk developers"]
Expand Down
1 change: 1 addition & 0 deletions chalk-solve/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(crate_visibility_modifier)]
#![feature(non_modrs_mods)]

#[macro_use]
extern crate chalk_macros;
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![feature(specialization)]
#![feature(step_trait)]
#![feature(underscore_imports)]
#![feature(non_modrs_mods)]

extern crate chalk_parse;
#[macro_use]
Expand Down

0 comments on commit e9c0a34

Please sign in to comment.