]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unboxed-closures/issue-30906.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / unboxed-closures / issue-30906.stderr
CommitLineData
60c5eb7d
XL
1error[E0308]: mismatched types
2 --> $DIR/issue-30906.rs:15:5
3 |
4LL | test(Compose(f, |_| {}));
5 | ^^^^ one type is more general than the other
6 |
1b1a35ee
XL
7 = note: expected type `FnOnce<(&'x str,)>`
8 found type `FnOnce<(&str,)>`
60c5eb7d
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.