Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use std::marker::PhantomData;
fn weird() -> PhantomData<impl Sized> {
PhantomData //~ ERROR type annotations needed
}
fn main() {}