Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct ReturnType {}
fn main() -> ReturnType { //~ ERROR `main` has invalid return type `ReturnType`
ReturnType {}
}