We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745d796 commit 9061333Copy full SHA for 9061333
src/ty.md
@@ -204,7 +204,7 @@ inference variables using [`fresh_args_for_item`]. This can be used to answer qu
204
like "can `Vec<T>` for any `T` be unified with `Vec<u32>`?".
205
206
[type-inference]: ./type-inference.md#creating-an-inference-context
207
-[`fresh_args_for_item`]: https://doc.rust-lang.org/beta/nightly-rustc/rustc_infer/infer/struct.InferCtxt.html#method.fresh_args_for_item
+[`fresh_args_for_item`]: https://doc.rust-lang.org/beta/nightly-rustc/rustc_infer/infer/struct.InferCtxt.html#method.fresh_substs_for_item
208
209
## `ty::TyKind` Variants
210
0 commit comments