Rebase fallout.

This commit is contained in:
Camille GILLOT 2021-09-01 21:05:35 +02:00
parent 058fddcb77
commit 924dbc36c9
9 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_borrowck"
version = "0.0.0"
edition = "2018"

View file

@ -11,6 +11,7 @@
#![feature(stmt_expr_attributes)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![recursion_limit = "256"]
#[macro_use]
extern crate rustc_middle;