We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fb1a2 commit c347745Copy full SHA for c347745
tests/testsuite/list_availables.rs
@@ -215,3 +215,18 @@ fn rustc_list_availables() {
215
fn pkgid_list_availables() {
216
list_availables_test("pkgid", PACKAGE);
217
}
218
+
219
+#[cargo_test]
220
+fn tree_list_availables() {
221
+ list_availables_test("tree", PACKAGE);
222
+}
223
224
225
+fn clean_list_availables() {
226
+ list_availables_test("clean", PACKAGE);
227
228
229
230
+fn update_list_availables() {
231
+ list_availables_test("update", PACKAGE);
232
0 commit comments