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.
tests/run-make-cargo
1 parent 34158ad commit 8665305Copy full SHA for 8665305
triagebot.toml
@@ -336,6 +336,7 @@ trigger_files = [
336
"tests/mir-opt",
337
"tests/pretty",
338
"tests/run-make",
339
+ "tests/run-make-cargo",
340
"tests/ui",
341
"tests/ui-fulldeps",
342
]
@@ -592,6 +593,7 @@ trigger_files = [
592
593
[autolabel."A-run-make"]
594
trigger_files = [
595
596
597
"src/tools/run-make-support"
598
599
@@ -1542,6 +1544,7 @@ dep-bumps = [
1542
1544
"/src/rustdoc-json-types" = ["rustdoc"]
1543
1545
"/src/stage0" = ["bootstrap"]
1546
"/tests/run-make" = ["@jieyouxu"]
1547
+"/tests/run-make-cargo" = ["@jieyouxu"]
1548
"/tests/rustdoc" = ["rustdoc"]
1549
"/tests/rustdoc-gui" = ["rustdoc"]
1550
"/tests/rustdoc-js-std" = ["rustdoc"]
0 commit comments