Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
entry-point
/
imported_main_const_forbidden.rs
blob: c478e004603c056c41c5d5751be2e65d9e525bd9 [
file
]
pub
mod
foo
{
pub
const
BAR
:
usize
=
42
;
}
use
foo
::
BAR
as
main
;
//~ ERROR `main` function not found in crate