blob: c478e004603c056c41c5d5751be2e65d9e525bd9 [file] [log] [blame]
pub mod foo {
pub const BAR: usize = 42;
}
use foo::BAR as main; //~ ERROR `main` function not found in crate