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.
1 parent fd61d06 commit 5f4b7a4Copy full SHA for 5f4b7a4
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