Rebase fallout.
This commit is contained in:
parent
058fddcb77
commit
924dbc36c9
9 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
[package]
|
||||
authors = ["The Rust Project Developers"]
|
||||
name = "rustc_mir_transform"
|
||||
version = "0.0.0"
|
||||
edition = "2018"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(bindings_after_at)]
|
||||
#![cfg_attr(bootstrap, feature(bindings_after_at))]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
|
@ -12,6 +12,7 @@
|
|||
#![feature(never_type)]
|
||||
#![feature(trusted_step)]
|
||||
#![feature(try_blocks)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue