Fix #107090, fix missing arguments for fluent
This commit is contained in:
parent
04a41f889f
commit
0368adb262
3 changed files with 19 additions and 14 deletions
|
@ -927,6 +927,8 @@ pub struct ButNeedsToSatisfy {
|
|||
#[subdiagnostic]
|
||||
pub req_introduces_loc: Option<ReqIntroducedLocations>,
|
||||
|
||||
pub has_param_name: bool,
|
||||
pub param_name: String,
|
||||
pub spans_empty: bool,
|
||||
pub has_lifetime: bool,
|
||||
pub lifetime: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue