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
d1f1844f46
rust
/
.cargo
/
config
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a uitest subcommand to simplify UI test invocation This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
2019-02-08 01:05:52 -06:00
[alias]
uitest = "test --test compile-test"
Enable -Zunstable-options in .cargo/config
2019-04-15 06:03:07 -05:00
[build]
rustflags = ["-Zunstable-options"]
Reference in New Issue
Copy Permalink