mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Rollup merge of #58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichton
rustc-std-workspace-core => 2018 Transitions `rustc-std-workspace-core` to Rust 2018; cc #58099 r? @alexcrichton
This commit is contained in:
commit
95ffa78784
@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
|
||||
description = """
|
||||
Hack for the compiler's own build system
|
||||
"""
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
@ -1,6 +1,5 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
extern crate core;
|
||||
#![deny(rust_2018_idioms)]
|
||||
|
||||
pub use core::*;
|
||||
|
Loading…
Reference in New Issue
Block a user