mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
1241938f97
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)
4 lines
45 B
Rust
4 lines
45 B
Rust
fn main() {
|
|
println!("Hello, world!");
|
|
}
|