@@ -5,7 +5,7 @@ LL | <u32 as RefFoo<u32>>::ref_foo(a)
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
7
= note: `Foo<'static, u32>` would have to be implemented for the type `&'0 u32`, for any lifetime `'0`
8
- = note: but `Foo<'_, u32>` is actually implemented for the type `&'1 u32`, for the specific lifetime `'1`
8
+ = note: but `Foo<'_, u32>` is actually implemented for the type `&'1 u32`, for some specific lifetime `'1`
9
9
10
10
error: implementation of `Foo` is not general enough
11
11
--> $DIR/issue-54302-cases.rs:69:5
@@ -14,7 +14,7 @@ LL | <i32 as RefFoo<i32>>::ref_foo(a)
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
15
|
16
16
= note: `Foo<'static, i32>` would have to be implemented for the type `&'0 i32`, for any lifetime `'0`
17
- = note: but `Foo<'_, i32>` is actually implemented for the type `&'1 i32`, for the specific lifetime `'1`
17
+ = note: but `Foo<'_, i32>` is actually implemented for the type `&'1 i32`, for some specific lifetime `'1`
18
18
19
19
error: implementation of `Foo` is not general enough
20
20
--> $DIR/issue-54302-cases.rs:75:5
@@ -23,7 +23,7 @@ LL | <u64 as RefFoo<u64>>::ref_foo(a)
23
23
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
24
|
25
25
= note: `Foo<'static, u64>` would have to be implemented for the type `&'0 u64`, for any lifetime `'0`
26
- = note: but `Foo<'_, u64>` is actually implemented for the type `&'1 u64`, for the specific lifetime `'1`
26
+ = note: but `Foo<'_, u64>` is actually implemented for the type `&'1 u64`, for some specific lifetime `'1`
27
27
28
28
error: implementation of `Foo` is not general enough
29
29
--> $DIR/issue-54302-cases.rs:81:5
@@ -32,7 +32,7 @@ LL | <i64 as RefFoo<i64>>::ref_foo(a)
32
32
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
33
|
34
34
= note: `Foo<'static, i64>` would have to be implemented for the type `&'0 i64`, for any lifetime `'0`
35
- = note: but `Foo<'_, i64>` is actually implemented for the type `&'1 i64`, for the specific lifetime `'1`
35
+ = note: but `Foo<'_, i64>` is actually implemented for the type `&'1 i64`, for some specific lifetime `'1`
36
36
37
37
error: aborting due to 4 previous errors
38
38
0 commit comments