]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37311-type-length-limit/issue-37311.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-37311-type-length-limit / issue-37311.stderr
1 error: reached the type-length limit while instantiating `<T as Foo><(&(&(&(&(&(&(&(&(&(&(&(&(&(&(&(&(&(&(&(), &()), &(&()...`
2   --> $DIR/issue-37311.rs:23:5
3    |
4 LL | /     fn recurse(&self) { //~ ERROR reached the type-length limit
5 LL | |         (self, self).recurse();
6 LL | |     }
7    | |_____^
8    |
9    = note: consider adding a `#![type_length_limit="2097152"]` attribute to your crate
10
11 error: aborting due to previous error
12