]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-22638.stderr
New upstream version 1.42.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-22638.stderr
CommitLineData
b7449926 1error: reached the type-length limit while instantiating `D::matches::$CLOSURE`
dfeec247 2 --> $DIR/issue-22638.rs:53:5
b7449926
XL
3 |
4LL | / pub fn matches<F: Fn()>(&self, f: &F) {
532ac7d7 5LL | |
b7449926
XL
6LL | | let &D(ref a) = self;
7LL | | a.matches(f)
8LL | | }
9 | |_____^
10 |
532ac7d7 11 = note: consider adding a `#![type_length_limit="26214380"]` attribute to your crate
b7449926
XL
12
13error: aborting due to previous error
14