@@ -9,7 +9,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
9
9
--> $DIR/extern-types-unsized.rs:19:17
10
10
|
11
11
LL | 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`
13
13
help: consider relaxing the implicit `Sized` restriction
14
14
|
15
15
LL | fn assert_sized<T: ?Sized>() {}
@@ -31,7 +31,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
31
31
--> $DIR/extern-types-unsized.rs:19:17
32
32
|
33
33
LL | 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`
35
35
help: consider relaxing the implicit `Sized` restriction
36
36
|
37
37
LL | fn assert_sized<T: ?Sized>() {}
@@ -53,7 +53,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
53
53
--> $DIR/extern-types-unsized.rs:19:17
54
54
|
55
55
LL | 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`
57
57
help: consider relaxing the implicit `Sized` restriction
58
58
|
59
59
LL | fn assert_sized<T: ?Sized>() {}
@@ -75,7 +75,7 @@ note: required by an implicit `Sized` bound in `assert_sized`
75
75
--> $DIR/extern-types-unsized.rs:19:17
76
76
|
77
77
LL | 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`
79
79
help: consider relaxing the implicit `Sized` restriction
80
80
|
81
81
LL | fn assert_sized<T: ?Sized>() {}
0 commit comments