blob: 75374fa6121e6b6a53a017311e5a203285fcff00 [file] [log] [blame]
error[E0223]: ambiguous associated type
--> $DIR/issue-110052.rs:6:30
|
LL | for<'iter> dyn Validator<<&'iter I>::Item>:,
| ^^^^^^^^^^^^^^^^ help: use fully-qualified syntax: `<&'iter I as IntoIterator>::Item`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0223`.