We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a3c2b3 + 5f4b7a4 commit da42f68Copy full SHA for da42f68
src/librustc_hir/hir.rs
@@ -2050,7 +2050,7 @@ pub struct Param<'hir> {
2050
pub struct FnDecl<'hir> {
2051
/// The types of the function's parameters.
2052
///
2053
- /// Additional argument data is stored in the function's [body](Body::parameters).
+ /// Additional argument data is stored in the function's [body](Body::params).
2054
pub inputs: &'hir [Ty<'hir>],
2055
pub output: FnRetTy<'hir>,
2056
pub c_variadic: bool,
0 commit comments