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
e3f73e443e
rust
/
src
/
test
/
compile-fail
/
occurs-check.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement new inference algorithm.
2012-03-22 22:06:01 -05:00
fn
main
(
)
{
wip: refactor repr of regions - we now distinguish bound/free parameters (see region-param test case for why this is necessary) - we also track bounds on region variables - also, restructure fold_ty() to have multiple variants without duplication instead of one overloaded folder. This also allows for using block functions.
2012-04-01 16:28:30 -05:00
let
f
;
//! ERROR cyclic type of infinite size
Implement new inference algorithm.
2012-03-22 22:06:01 -05:00
f
=
@
f
;
}
Reference in New Issue
Copy Permalink