This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3fb497c8c8
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 08:05:52 +01:00
[alias]
uitest = "test --test compile-test"
Enable -Zunstable-options in .cargo/config
2019-04-15 13:03:07 +02:00
[build]
rustflags = ["-Zunstable-options"]
Reference in New Issue
Copy Permalink