// run-pass #![allow(unused_must_use)] fn bug(_: impl Iterator) {} fn main() { bug(std::iter::empty()); }