Bump recursion_limit in a few places

This is needed to get rustdoc to succeed on `dist-x86_64-linux-alt`
This commit is contained in:
Aaron Hill
2021-03-14 14:12:04 -04:00
parent 06546d4b40
commit 18f89790da
3 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#![feature(or_patterns)]
#![feature(proc_macro_internals)]
#![feature(proc_macro_quote)]
#![recursion_limit = "256"]
extern crate proc_macro;