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
5eea7d6e61
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
(
)
{
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-06-30 06:23:59 -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