]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-57843.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-57843.stderr
CommitLineData
0731742a
XL
1error[E0308]: mismatched types
2 --> $DIR/issue-57843.rs:23:9
3 |
532ac7d7 4LL | Foo(Box::new(|_| ()));
0731742a
XL
5 | ^^^^^^^^^^^^^^^^ one type is more general than the other
6 |
1b1a35ee
XL
7 = note: expected type `FnOnce<(&'a bool,)>`
8 found type `FnOnce<(&bool,)>`
0731742a
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.