Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
entry-point
/
imported_main_const_forbidden.rs
blob: 1508280c0fa571bf85bfbfe81679050c0753249f [
file
] [
log
] [
blame
]
#![
feature
(
imported_main
)]
pub
mod
foo
{
pub
const
BAR
:
usize
=
42
;
}
use
foo
::
BAR
as
main
;
//~ ERROR `main` function not found in crate