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
d961f054c5
rust
/
src
/
test
/
compile-fail
/
occurs-check.rs
5 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement new inference algorithm.
2012-03-22 22:06:01 -05:00
fn
main
(
)
{
let
f
;
//! ERROR this local variable has a type of infinite size
f
=
@
f
;
}
Reference in New Issue
Copy Permalink