rename skolemized to placeholder

This commit is contained in:
Niko Matsakis 2018-09-07 09:46:53 -04:00
parent a96510d066
commit 4cd4eae435
29 changed files with 226 additions and 211 deletions

View file

@ -1258,7 +1258,7 @@ impl Clean<Option<Lifetime>> for ty::RegionKind {
ty::ReFree(..) |
ty::ReScope(..) |
ty::ReVar(..) |
ty::ReSkolemized(..) |
ty::RePlaceholder(..) |
ty::ReEmpty |
ty::ReClosureBound(_) |
ty::ReCanonical(_) |