expand: Treat more macro calls as statement macro calls

This commit is contained in:
Vadim Petrochenkov
2021-08-26 17:18:03 +03:00
parent b27ccbc7e1
commit 9940758416
5 changed files with 107 additions and 54 deletions

View File

@@ -10,6 +10,7 @@
#![feature(proc_macro_span)]
#![feature(try_blocks)]
#![cfg_attr(bootstrap, allow(incomplete_features))] // if_let_guard
#![recursion_limit = "256"]
#[macro_use]
extern crate rustc_macros;