Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-imported_main.rs
blob: b351d0d0e9a50a63d62ef55790497cc9adab9a23 [
file
] [
log
] [
blame
]
pub
mod
foo
{
pub
fn
bar
()
{
println
!(
"Hello world!"
);
}
}
use
foo
::
bar
as
main
;
//~ ERROR using an imported function as entry point