This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bf7b516bdb
rust
/
src
/
test
/
run-pass
/
infer-fn-tail-expr.rs
5 lines
53 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix type inference of fn tail expressions. Closes #680
2011-07-12 18:27:22 -05:00
// issue #680
Reformat for new syntax
2011-07-27 07:19:39 -05:00
fn
f
(
)
->
int
[
]
{
~
[
]
}
Fix type inference of fn tail expressions. Closes #680
2011-07-12 18:27:22 -05:00
Reformat for new syntax
2011-07-27 07:19:39 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink