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
commit 5489d0dad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

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"

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};

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",