You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/messages.ftl
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,9 @@ hir_analysis_only_current_traits_arbitrary = only traits defined in the current
351
351
352
352
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait
353
353
354
-
hir_analysis_only_current_traits_label = impl doesn't use any uncovered types from inside the current crate
354
+
hir_analysis_only_current_traits_label = impl doesn't have any local type before any uncovered type parameters
355
+
356
+
hir_analysis_only_current_traits_label_more_info = for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
355
357
356
358
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign
| impl doesn't use any uncovered types from inside the current crate
8
+
| impl doesn't have any local type before any uncovered type parameters
9
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
9
10
|
10
11
= note: define and implement a trait or new type instead
| impl doesn't use any uncovered types from inside the current crate
8
+
| impl doesn't have any local type before any uncovered type parameters
9
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
9
10
|
10
11
= note: define and implement a trait or new type instead
| impl doesn't use any uncovered types from inside the current crate
8
+
| impl doesn't have any local type before any uncovered type parameters
9
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
9
10
|
10
11
= note: define and implement a trait or new type instead
| | `dyn Fundamental<Local>` is not defined in the current crate
8
-
| impl doesn't use any uncovered types from inside the current crate
8
+
| impl doesn't have any local type before any uncovered type parameters
9
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
9
10
|
10
11
= note: define and implement a trait or new type instead
| | `dyn Marker2` is not defined in the current crate
44
-
| impl doesn't use any uncovered types from inside the current crate
44
+
| impl doesn't have any local type before any uncovered type parameters
45
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
45
46
|
46
47
= note: define and implement a trait or new type instead
| | `dyn Marker2` is not defined in the current crate
44
-
| impl doesn't use any uncovered types from inside the current crate
44
+
| impl doesn't have any local type before any uncovered type parameters
45
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
45
46
|
46
47
= note: define and implement a trait or new type instead
| | this is not defined in the current crate because slices are always foreign
18
-
| impl doesn't use any uncovered types from inside the current crate
18
+
| impl doesn't have any local type before any uncovered type parameters
19
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
19
20
|
20
21
= note: define and implement a trait or new type instead
21
22
@@ -26,7 +27,8 @@ LL | impl Copy for i32 {}
26
27
| ^^^^^^^^^^^^^^---
27
28
| | |
28
29
| | `i32` is not defined in the current crate
29
-
| impl doesn't use any uncovered types from inside the current crate
30
+
| impl doesn't have any local type before any uncovered type parameters
31
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
30
32
|
31
33
= note: define and implement a trait or new type instead
| | this is not defined in the current crate because tuples are always foreign
46
-
| impl doesn't use any uncovered types from inside the current crate
48
+
| impl doesn't have any local type before any uncovered type parameters
49
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
47
50
|
48
51
= note: define and implement a trait or new type instead
49
52
@@ -60,7 +63,8 @@ LL | impl Copy for [MyType] {}
60
63
| ^^^^^^^^^^^^^^--------
61
64
| | |
62
65
| | this is not defined in the current crate because slices are always foreign
63
-
| impl doesn't use any uncovered types from inside the current crate
66
+
| impl doesn't have any local type before any uncovered type parameters
67
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
64
68
|
65
69
= note: define and implement a trait or new type instead
| | this is not defined in the current crate because slices are always foreign
8
-
| impl doesn't use any uncovered types from inside the current crate
8
+
| impl doesn't have any local type before any uncovered type parameters
9
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
9
10
|
10
11
= note: define and implement a trait or new type instead
| | this is not defined in the current crate because tuples are always foreign
19
-
| impl doesn't use any uncovered types from inside the current crate
20
+
| impl doesn't have any local type before any uncovered type parameters
21
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
20
22
|
21
23
= note: define and implement a trait or new type instead
| | this is not defined in the current crate because slices are always foreign
36
-
| impl doesn't use any uncovered types from inside the current crate
38
+
| impl doesn't have any local type before any uncovered type parameters
39
+
| for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
37
40
|
38
41
= note: define and implement a trait or new type instead
0 commit comments