]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-37311-type-length-limit/issue-37311.stderr
More methods for str boxes.
[rust.git] / src / test / ui / 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 23 |       fn recurse(&self) {
5    |  _____^ starting here...
6 24 | |         (self, self).recurse();
7 25 | |     }
8    | |_____^ ...ending here
9    |
10    = note: consider adding a `#![type_length_limit="2097152"]` attribute to your crate
11
12 error: aborting due to previous error
13