about summary refs log tree commit diff
path: root/src/test/ui/feature-gate-copy-closures.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gate-copy-closures.stderr')
-rw-r--r--src/test/ui/feature-gate-copy-closures.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate-copy-closures.stderr b/src/test/ui/feature-gate-copy-closures.stderr
index b06ada02238..e72680b69ea 100644
--- a/src/test/ui/feature-gate-copy-closures.stderr
+++ b/src/test/ui/feature-gate-copy-closures.stderr
@@ -10,4 +10,4 @@ LL |     let c = hello; //~ ERROR use of moved value: `hello` [E0382]
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0382"
+For more information about this error, try `rustc --explain E0382`.