librustc_llvm => 2018
This commit is contained in:
parent
b139669f37
commit
a07dc4e43c
3 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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};
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue