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
93fef9a6a2
rust
/
tests
/
run-pass-fullmir
/
hello.rs
6 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
Add windows support
2017-09-16 06:32:38 -05:00
//ignore-msvc
Test miri on mac os
2017-07-19 08:06:21 -05:00
//ignore-macos
test suite now also passes on MIR-libstd Also enable some tests that were disabled for no apparant reason. (The comment in zst.rs was wrong, the test was disabled also for miri execution.) Delete env_args test as the args can actually be queried with MIR-libstd (currently, they are always empty)
2017-05-26 22:27:39 -05:00
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
Copy Permalink