]> git.proxmox.com Git - rustc.git/blame - src/test/ui/retslot-cast.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / retslot-cast.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/retslot-cast.rs:13:5
b7449926 3 |
532ac7d7 4LL | inner(x)
72b1a166 5 | ^^^^^^^^ expected trait `Iterator<Item = ()>`, found trait `Iterator<Item = ()> + Send`
b7449926 6 |
72b1a166
FG
7 = note: expected enum `Option<&dyn Iterator<Item = ()>>`
8 found enum `Option<&dyn Iterator<Item = ()> + Send>`
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.