Finish fixing fallout in all tests

This commit is contained in:
Alex Crichton
2018-03-31 09:04:00 -07:00
parent 2880247acf
commit 7880545b3b
6 changed files with 117 additions and 77 deletions

View File

@ -1,4 +1,4 @@
#![recursion_limit = "128"]
#![recursion_limit = "256"]
extern crate proc_macro2;
#[macro_use]