1
Fork 0

librustc_llvm => 2018

This commit is contained in:
Taiki Endo 2019-02-07 03:46:54 +09:00
parent b139669f37
commit a07dc4e43c
3 changed files with 2 additions and 4 deletions

View file

@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
name = "rustc_llvm" name = "rustc_llvm"
version = "0.0.0" version = "0.0.0"
build = "build.rs" build = "build.rs"
edition = "2018"
[lib] [lib]
name = "rustc_llvm" name = "rustc_llvm"

View file

@ -1,6 +1,3 @@
extern crate cc;
extern crate build_helper;
use std::process::Command; use std::process::Command;
use std::env; use std::env;
use std::path::{PathBuf, Path}; use std::path::{PathBuf, Path};

View file

@ -1,4 +1,4 @@
#![feature(nll)] #![deny(rust_2018_idioms)]
#![feature(static_nobundle)] #![feature(static_nobundle)]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",