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_typeck/messages.ftl
+2
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ hir_typeck_no_associated_item = no {$item_kind} named `{$item_name}` found for {
103
103
*[other] {""}in the current scope
104
104
}
105
105
106
+
hir_typeck_note_caller_chooses_ty_for_ty_param = the caller chooses a type for `{$ty_param_name}` which can be different from `{$found_ty}`
107
+
106
108
hir_typeck_note_edition_guide = for more on editions, read https://doc.rust-lang.org/edition-guide
107
109
108
110
hir_typeck_option_result_asref = use `{$def_path}::as_ref` to convert `{$expected_ty}` to `{$expr_ty}`
Copy file name to clipboardexpand all lines: tests/ui/type/type-parameter-names.stderr
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ LL | x
13
13
found type parameter `Foo`
14
14
= note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound
15
15
= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
16
+
= note: the caller chooses a type for `Bar` which can be different from `Foo`
Copy file name to clipboardexpand all lines: tests/ui/type/type-params-in-different-spaces-3.stderr
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ LL | u
14
14
found type parameter `X`
15
15
= note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound
16
16
= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
17
+
= note: the caller chooses a type for `Self` which can be different from `X`
0 commit comments