Rename Rptr
to Ref
in AST and HIR
The name makes a lot more sense, and `ty::TyKind` calls it `Ref` already as well.
This commit is contained in:
parent
a1fc71196a
commit
9067e4417e
57 changed files with 93 additions and 97 deletions
|
@ -324,7 +324,7 @@ impl<'v> hir_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Slice,
|
||||
Array,
|
||||
Ptr,
|
||||
Rptr,
|
||||
Ref,
|
||||
BareFn,
|
||||
Never,
|
||||
Tup,
|
||||
|
@ -580,7 +580,7 @@ impl<'v> ast_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Slice,
|
||||
Array,
|
||||
Ptr,
|
||||
Rptr,
|
||||
Ref,
|
||||
BareFn,
|
||||
Never,
|
||||
Tup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue