Skip to content

Commit

Permalink
Rollup merge of rust-lang#58287 - taiki-e:rustc-std-workspace-core-20…
Browse files Browse the repository at this point in the history
…18, r=alexcrichton

rustc-std-workspace-core => 2018

Transitions `rustc-std-workspace-core` to Rust 2018; cc rust-lang#58099

r? @alexcrichton
  • Loading branch information
Centril authored Feb 12, 2019
2 parents 3ca1b70 + aa775a5 commit 95ffa78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/tools/rustc-std-workspace-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"

[lib]
path = "lib.rs"
Expand Down
3 changes: 1 addition & 2 deletions src/tools/rustc-std-workspace-core/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![feature(no_core)]
#![no_core]

extern crate core;
#![deny(rust_2018_idioms)]

pub use core::*;

0 comments on commit 95ffa78

Please sign in to comment.