#![feature(associated_type_bounds)] struct Incorrect; fn hello Iterator>() { Incorrect //~ERROR: mismatched types } fn main() {}