Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
//@ compile-flags: -Znext-solver
fn main() {
let x: Box<dyn Iterator<Item = ()>> = Box::new(std::iter::empty());
}