Skip to content

Commit 95ffa78

Browse files
authored
Rollup merge of rust-lang#58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichton
rustc-std-workspace-core => 2018 Transitions `rustc-std-workspace-core` to Rust 2018; cc rust-lang#58099 r? @alexcrichton
2 parents 3ca1b70 + aa775a5 commit 95ffa78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rustc-std-workspace-core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
66
description = """
77
Hack for the compiler's own build system
88
"""
9+
edition = "2018"
910

1011
[lib]
1112
path = "lib.rs"
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(no_core)]
22
#![no_core]
3-
4-
extern crate core;
3+
#![deny(rust_2018_idioms)]
54

65
pub use core::*;

0 commit comments

Comments
 (0)