Sign in
rust
/
rust-lang
/
rust
/
160e7623e8cbbf1feab2b6e2a24733a98c7bde9c
/
.
/
tests
/
ui
/
entry-point
/
imported_main_const_forbidden.rs
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