Skip to content

Commit cef761f

Browse files
committed
fix proc_macro docs
1 parent ea9296d commit cef761f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libproc_macro/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#![feature(lang_items)]
3939
#![feature(optin_builtin_traits)]
4040

41+
#![recursion_limit="256"]
42+
4143
extern crate syntax;
4244
extern crate syntax_pos;
4345
extern crate rustc_errors;

0 commit comments

Comments
 (0)