Save colon span to suggest bounds.
This commit is contained in:
parent
03bbb98019
commit
74583852e8
13 changed files with 63 additions and 53 deletions
|
@ -95,6 +95,7 @@ fn dummy_annotatable() -> Annotatable {
|
|||
bounds: Default::default(),
|
||||
is_placeholder: false,
|
||||
kind: GenericParamKind::Lifetime,
|
||||
colon_span: None,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue