Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-fn_delegation.rs
blob: 5352b2d8cadb49dd4770579e8a143873d5334990 [
file
] [
log
] [
blame
] [
edit
]
mod
to_reuse
{
pub
fn
foo
()
{}
}
reuse to_reuse
::
foo
;
//~^ ERROR functions delegation is not yet fully implemented
fn
main
()
{}