about summary refs log tree commit diff
path: root/src/test/run-pass/string-box-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/string-box-error.rs')
-rw-r--r--src/test/run-pass/string-box-error.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/string-box-error.rs b/src/test/run-pass/string-box-error.rs
index a80d9a05935..5d8a664b93d 100644
--- a/src/test/run-pass/string-box-error.rs
+++ b/src/test/run-pass/string-box-error.rs
@@ -8,7 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// Ensure that both `Box<Error + Send + Sync>` and `Box<Error>` can be obtained from `String`.
+// Ensure that both `Box<dyn Error + Send + Sync>` and `Box<dyn Error>` can be
+// obtained from `String`.
 
 use std::error::Error;