@@ -9,7 +9,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
99 --> $DIR/extern-types-unsized.rs:19:17
1010 |
1111LL | fn assert_sized<T>() {}
12- | ^ required by the implicit `Sized` requirement on this bound in `assert_sized`
12+ | ^ required by the implicit `Sized` requirement on this type parameter in `assert_sized`
1313help: consider relaxing the implicit `Sized` restriction
1414 |
1515LL | fn assert_sized<T: ?Sized>() {}
@@ -31,7 +31,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
3131 --> $DIR/extern-types-unsized.rs:19:17
3232 |
3333LL | fn assert_sized<T>() {}
34- | ^ required by the implicit `Sized` requirement on this bound in `assert_sized`
34+ | ^ required by the implicit `Sized` requirement on this type parameter in `assert_sized`
3535help: consider relaxing the implicit `Sized` restriction
3636 |
3737LL | fn assert_sized<T: ?Sized>() {}
@@ -53,7 +53,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
5353 --> $DIR/extern-types-unsized.rs:19:17
5454 |
5555LL | fn assert_sized<T>() {}
56- | ^ required by the implicit `Sized` requirement on this bound in `assert_sized`
56+ | ^ required by the implicit `Sized` requirement on this type parameter in `assert_sized`
5757help: consider relaxing the implicit `Sized` restriction
5858 |
5959LL | fn assert_sized<T: ?Sized>() {}
@@ -75,7 +75,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
7575 --> $DIR/extern-types-unsized.rs:19:17
7676 |
7777LL | fn assert_sized<T>() {}
78- | ^ required by the implicit `Sized` requirement on this bound in `assert_sized`
78+ | ^ required by the implicit `Sized` requirement on this type parameter in `assert_sized`
7979help: consider relaxing the implicit `Sized` restriction
8080 |
8181LL | fn assert_sized<T: ?Sized>() {}
0 commit comments