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 e540aa0 commit eca2b3bCopy full SHA for eca2b3b
src/tools/rustdoc-gui/tester.js
@@ -75,7 +75,7 @@ function print_test_successful() {
75
}
76
77
function print_test_erroneous() {
78
- process.stdout.write("F");
+ process.stderr.write("F");
79
80
81
async function main(argv) {
0 commit comments