summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-39175.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-39175.stderr')
-rw-r--r--tests/ui/issues/issue-39175.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/issues/issue-39175.stderr b/tests/ui/issues/issue-39175.stderr
index afceae82e..3a1476ac0 100644
--- a/tests/ui/issues/issue-39175.stderr
+++ b/tests/ui/issues/issue-39175.stderr
@@ -7,7 +7,7 @@ LL | Command::new("echo").arg("hello").exec();
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
-LL | use std::os::unix::process::CommandExt;
+LL + use std::os::unix::process::CommandExt;
|
error: aborting due to previous error