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.
2 parents e3db2dc + e715326 commit 35775faCopy full SHA for 35775fa
tests/testsuite/tool_paths.rs
@@ -342,9 +342,6 @@ fn custom_runner_env() {
342
p.cargo("run")
343
.env(&key, "nonexistent-runner --foo")
344
.with_status(101)
345
- // FIXME: Update "Caused by" error message once rust/pull/87704 is merged.
346
- // On Windows, changing to a custom executable resolver has changed the
347
- // error messages.
348
.with_stderr_data(str![[r#"
349
[COMPILING] foo v0.0.1 ([ROOT]/foo)
350
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
0 commit comments