index
:
might_be_async.git
childhood
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
usage
/
invoke_expand.rs
blob: 3274d7773de942f6aebf122ef29c03182da92b9e (
plain
) (
blame
)
1
2
3
4
5
6
fn
compute
(
x
:
i32
)
->
i32
{
x
*
2
}
fn
example
()
->
i32
{
{
{
compute
(
5
)
}
}
}