Commit fb250d7 1 parent 13240cc commit fb250d7 Copy full SHA for fb250d7
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
//! # Note
4
4
//!
5
5
//! This API is completely unstable and subject to change.
6
-
6
+ #! [ recursion_limit = "256" ]
7
7
#![ doc(
8
8
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
9
9
test( attr( deny( warnings) ) )
Original file line number Diff line number Diff line change 21
21
//! # Note
22
22
//!
23
23
//! This API is completely unstable and subject to change.
24
-
24
+ #! [ recursion_limit = "256" ]
25
25
// tidy-alphabetical-start
26
26
#![ allow( internal_features) ]
27
27
#![ allow( rustc:: diagnostic_outside_of_impl) ]
Original file line number Diff line number Diff line change 1
1
//! The main parser interface.
2
-
2
+ #! [ recursion_limit = "256" ]
3
3
#![ allow( internal_features) ]
4
4
#![ allow( rustc:: diagnostic_outside_of_impl) ]
5
5
#![ allow( rustc:: untranslatable_diagnostic) ]
You can’t perform that action at this time.
0 commit comments