rustc-std-workspace-core => 2018

This commit is contained in:
Taiki Endo 2019-02-08 15:05:04 +09:00
parent ad433894ab
commit aa775a5deb
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
[lib]
path = "lib.rs"

View file

@ -1,6 +1,5 @@
#![feature(no_core)]
#![no_core]
extern crate core;
#![deny(rust_2018_idioms)]
pub use core::*;