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_borrowck"
|
||||
version = "0.0.0"
|
||||
edition = "2018"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(trusted_step)]
|
||||
#![feature(try_blocks)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue