Skip to content

Commit da42f68

Browse files
authored
Rollup merge of #71755 - tshepang:fix-comment, r=jonas-schievink
fix doc reference Should of been in e0ce9f8, but that had a typo.
2 parents 2a3c2b3 + 5f4b7a4 commit da42f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_hir/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ pub struct Param<'hir> {
20502050
pub struct FnDecl<'hir> {
20512051
/// The types of the function's parameters.
20522052
///
2053-
/// Additional argument data is stored in the function's [body](Body::parameters).
2053+
/// Additional argument data is stored in the function's [body](Body::params).
20542054
pub inputs: &'hir [Ty<'hir>],
20552055
pub output: FnRetTy<'hir>,
20562056
pub c_variadic: bool,

0 commit comments

Comments
 (0)