Rollup merge of #58241 - taiki-e:librustc_llvm-2018, r=Centril

librustc_llvm => 2018

Transitions `librustc_llvm` to Rust 2018; cc #58099

r? @Centril
This commit is contained in:
kennytm
2019-02-07 13:58:01 +08:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
name = "rustc_llvm"
version = "0.0.0"
build = "build.rs"
edition = "2018"
[lib]
name = "rustc_llvm"
-3
View File
@@ -1,6 +1,3 @@
extern crate cc;
extern crate build_helper;
use std::process::Command;
use std::env;
use std::path::{PathBuf, Path};
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(nll)]
#![deny(rust_2018_idioms)]
#![feature(static_nobundle)]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",