This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-06 04:08:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
129f39cb89
rust
/
tests
/
ui
/
occurs-check.rs
6 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement new inference algorithm.
2012-03-23 03:06:01 +00:00
fn
main
(
)
{
Avoid ever constructing cyclic types in the first place, rather than detecting them in resolve. This simplifies logic elsewhere in the compiler. cc #5527
2014-09-09 21:45:51 +00:00
let
f
;
Remove box syntax from most places in src/test outside of the issues dir
2021-08-25 00:39:40 +00:00
f
=
Box
::
new
(
f
)
;
change error messages to be incorrect, but more helpful
2024-02-22 17:18:33 +00:00
//~^ ERROR overflow assigning `Box<_>` to `_`
Implement new inference algorithm.
2012-03-23 03:06:01 +00:00
}
Reference in New Issue
Copy Permalink