]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-13058.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-13058.nll.stderr
CommitLineData
48663c56
XL
1error[E0621]: explicit lifetime required in the type of `cont`
2 --> $DIR/issue-13058.rs:14:21
3 |
4LL | fn check<'r, I: Iterator<Item=usize>, T: Itble<'r, usize, I>>(cont: &T) -> bool
5 | -- help: add explicit lifetime `'r` to the type of `cont`: `&'r T`
6LL | {
7LL | let cont_iter = cont.iter();
8 | ^^^^^^^^^^^ lifetime `'r` required
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0621`.