Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// build-pass (FIXME(62277): could be check-pass?)
extern crate self as foo;
struct S;
mod m {
fn check() {
foo::S; // OK
}
fn main() {}