Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
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