Save colon span to suggest bounds.
This commit is contained in:
parent
03bbb98019
commit
74583852e8
13 changed files with 63 additions and 53 deletions
|
@ -113,6 +113,7 @@ impl<'a> ExtCtxt<'a> {
|
|||
bounds,
|
||||
kind: ast::GenericParamKind::Type { default },
|
||||
is_placeholder: false,
|
||||
colon_span: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue