File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ working on.
85
85
* [ Commit as you go] [ githelp ] .
86
86
* Include tests that cover all non-trivial code. The existing tests
87
87
in ` test/ ` provide templates on how to test Cargo's behavior in a
88
- sandbox-environment. The internal module ` testsuite/ support` provides a vast amount
89
- of helpers to minimize boilerplate. See [ ` testsuite/ support/mod .rs` ] for an
88
+ sandbox-environment. The internal module ` crates/cargo-test- support` provides a vast amount
89
+ of helpers to minimize boilerplate. See [ ` crates/cargo-test- support/src/lib .rs` ] for an
90
90
introduction to writing tests.
91
91
* Make sure ` cargo test ` passes. If you do not have the cross-compilers
92
92
installed locally, install them using the instructions returned by
@@ -197,6 +197,6 @@ adding labels to triage issues:
197
197
[ I-nominated ] : https://github.com/rust-lang/cargo/labels/I-nominated
198
198
[ Code of Conduct ] : https://www.rust-lang.org/conduct.html
199
199
[ Discord ] : https://discordapp.com/invite/rust-lang
200
- [ `testsuite/ support/mod .rs` ] : https://github.com/rust-lang/cargo/blob/master/tests/testsuite/ support/mod .rs
200
+ [ `crates/cargo-test- support/src/lib .rs` ] : https://github.com/rust-lang/cargo/blob/master/crates/cargo-test- support/src/lib .rs
201
201
[ irlo ] : https://internals.rust-lang.org/
202
202
[ subcommands ] : https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
You can’t perform that action at this time.
0 commit comments