Lower AST and resolve lifetimes for unsafe binder types
This commit is contained in:
parent
3b1adfa94b
commit
2a9e358c72
9 changed files with 98 additions and 0 deletions
|
@ -335,6 +335,7 @@ impl<'v> hir_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Ptr,
|
||||
Ref,
|
||||
BareFn,
|
||||
UnsafeBinder,
|
||||
Never,
|
||||
Tup,
|
||||
Path,
|
||||
|
@ -585,6 +586,7 @@ impl<'v> ast_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Ref,
|
||||
PinnedRef,
|
||||
BareFn,
|
||||
UnsafeBinder,
|
||||
Never,
|
||||
Tup,
|
||||
Path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue