未验证 提交 da42f689 编写于 作者: D Dylan DPC 提交者: GitHub

Rollup merge of #71755 - tshepang:fix-comment, r=jonas-schievink

fix doc reference

Should of been in e0ce9f8c,
but that had a typo.
......@@ -2050,7 +2050,7 @@ pub struct Param<'hir> {
pub struct FnDecl<'hir> {
/// The types of the function's parameters.
///
/// Additional argument data is stored in the function's [body](Body::parameters).
/// Additional argument data is stored in the function's [body](Body::params).
pub inputs: &'hir [Ty<'hir>],
pub output: FnRetTy<'hir>,
pub c_variadic: bool,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册