File tree 9 files changed +6
-5
lines changed
9 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- authors = [" The Rust Project Developers" ]
3
2
name = " rustc_borrowck"
4
3
version = " 0.0.0"
5
4
edition = " 2018"
Original file line number Diff line number Diff line change 11
11
#![ feature( stmt_expr_attributes) ]
12
12
#![ feature( trusted_step) ]
13
13
#![ feature( try_blocks) ]
14
+ #![ recursion_limit = "256" ]
14
15
15
16
#[ macro_use]
16
17
extern crate rustc_middle;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Rust MIR: a lowered representation of Rust.
23
23
#![ feature( trusted_len) ]
24
24
#![ feature( trusted_step) ]
25
25
#![ feature( try_blocks) ]
26
+ #![ recursion_limit = "256" ]
26
27
27
28
#[ macro_use]
28
29
extern crate tracing;
Original file line number Diff line number Diff line change 1
1
[package ]
2
- authors = [" The Rust Project Developers" ]
3
2
name = " rustc_mir_dataflow"
4
3
version = " 0.0.0"
5
4
edition = " 2018"
Original file line number Diff line number Diff line change 10
10
#![ feature( once_cell) ]
11
11
#![ feature( stmt_expr_attributes) ]
12
12
#![ feature( trusted_step) ]
13
+ #![ recursion_limit = "256" ]
13
14
14
15
#[ macro_use]
15
16
extern crate tracing;
Original file line number Diff line number Diff line change 1
1
[package ]
2
- authors = [" The Rust Project Developers" ]
3
2
name = " rustc_mir_transform"
4
3
version = " 0.0.0"
5
4
edition = " 2018"
Original file line number Diff line number Diff line change 1
- #![ feature( bindings_after_at) ]
1
+ #![ cfg_attr ( bootstrap , feature( bindings_after_at) ) ]
2
2
#![ feature( box_patterns) ]
3
3
#![ feature( box_syntax) ]
4
4
#![ feature( crate_visibility_modifier) ]
12
12
#![ feature( never_type) ]
13
13
#![ feature( trusted_step) ]
14
14
#![ feature( try_blocks) ]
15
+ #![ recursion_limit = "256" ]
15
16
16
17
#[ macro_use]
17
18
extern crate tracing;
Original file line number Diff line number Diff line change 1
1
[package ]
2
- authors = [" The Rust Project Developers" ]
3
2
name = " rustc_monomorphize"
4
3
version = " 0.0.0"
5
4
edition = " 2018"
Original file line number Diff line number Diff line change 3
3
#![ feature( crate_visibility_modifier) ]
4
4
#![ feature( control_flow_enum) ]
5
5
#![ feature( in_band_lifetimes) ]
6
+ #![ recursion_limit = "256" ]
6
7
7
8
#[ macro_use]
8
9
extern crate tracing;
You can’t perform that action at this time.
0 commit comments