Rollup merge of #58288 - taiki-e:rustc-workspace-hack-2018, r=alexcrichton

rustc-workspace-hack => 2018

Transitions `rustc-workspace-hack` to Rust 2018; cc #58099

r? @alexcrichton
This commit is contained in:
Mazdak Farrokhzad 2019-02-12 04:42:20 +01:00 committed by GitHub
commit b8fe6f9d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"