File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,10 @@ r[attributes.limits.type_length_limit]
49
49
> For more information, see < https://github.com/rust-lang/rust/pull/127670 > .
50
50
51
51
r[ attributes.limits.type_length_limit.intro]
52
- The * ` type_length_limit ` attribute* limits the maximum number of type
53
- substitutions made when constructing a concrete type during monomorphization.
52
+ The * ` type_length_limit ` attribute* limits the maximum number of type substitutions made when constructing a concrete type during monomorphization.
54
53
55
54
r[ attributes.limits.type_length_limit.syntax]
56
- It is applied at the [ crate] level, and uses the [ MetaNameValueStr] syntax
57
- to set the limit based on the number of type substitutions.
55
+ It is applied at the [ crate] level, and uses the [ MetaNameValueStr] syntax to set the limit based on the number of type substitutions.
58
56
59
57
> [ !NOTE]
60
58
> The default in ` rustc ` is 1048576.
You can’t perform that action at this time.
0 commit comments