Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod m {
fn check() {
Result::Ok!(); //~ ERROR failed to resolve: partially resolved path in a macro
}
fn main() {}