summaryrefslogtreecommitdiffstats
path: root/tests/ui/unsized/unsized7.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unsized/unsized7.stderr')
-rw-r--r--tests/ui/unsized/unsized7.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unsized/unsized7.stderr b/tests/ui/unsized/unsized7.stderr
index 1555b9df4..c313a2724 100644
--- a/tests/ui/unsized/unsized7.stderr
+++ b/tests/ui/unsized/unsized7.stderr
@@ -4,7 +4,7 @@ error[E0277]: the size for values of type `X` cannot be known at compilation tim
LL | impl<X: ?Sized + T> T1<X> for S3<X> {
| - ^^^^^ doesn't have a size known at compile-time
| |
- | this type parameter needs to be `std::marker::Sized`
+ | this type parameter needs to be `Sized`
|
note: required by a bound in `T1`
--> $DIR/unsized7.rs:7:10