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

@ -23,6 +23,7 @@ Rust MIR: a lowered representation of Rust.
#![feature(trusted_len)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![recursion_limit = "256"]
#[macro_use]
extern crate tracing;