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
rust
/
src
/
test
/
run-pass
/
artificial-block.rs
7 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Remove the artificial block in ty.rs. Fixes self-hosting. Add a test case for this, XFAIL'd.
2011-05-02 17:44:22 -07:00
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
// xfail-stage0
fn
f
(
)
->
int
{
{
ret
3
;
}
}
fn
main
(
)
{
assert
(
f
(
)
=
=
3
)
;
}
Reference in New Issue
Copy Permalink