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
455531c564
rust
/
tests
/
run-pass
/
trivial.rs
12 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Split tests into multiple files.
2016-03-12 21:32:24 -06:00
fn
empty
(
)
{
}
fn
unit_var
(
)
{
let
x
=
(
)
;
x
}
use compiletest_rs
2016-04-22 03:34:14 -05:00
Remove now-useless #[miri_run] attributes. Except for `ints.rs`, which is already handled by a pending pull request.
2016-06-17 23:52:24 -05:00
fn
main
(
)
{
empty
(
)
;
unit_var
(
)
;
}
Reference in New Issue
Copy Permalink