Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(imported_main)]
pub mod foo {
pub const BAR: usize = 42;
}
use foo::BAR as main; //~ ERROR `main` function not found in crate