Rollup merge of #58220 - taiki-e:libprofiler_builtins-2018, r=Centril
libprofiler_builtins => 2018 Transitions `libprofiler_builtins` to Rust 2018; cc #58099 r? @Centril
This commit is contained in:
commit
247da16f1d
3 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
name = "profiler_builtins"
|
name = "profiler_builtins"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "profiler_builtins"
|
name = "profiler_builtins"
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
//!
|
//!
|
||||||
//! See the build.rs for libcompiler_builtins crate for details.
|
//! See the build.rs for libcompiler_builtins crate for details.
|
||||||
|
|
||||||
extern crate cc;
|
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
reason = "internal implementation detail of rustc right now",
|
reason = "internal implementation detail of rustc right now",
|
||||||
issue = "0")]
|
issue = "0")]
|
||||||
#![allow(unused_features)]
|
#![allow(unused_features)]
|
||||||
#![feature(nll)]
|
|
||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
|
#![deny(rust_2018_idioms)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue