Skip to content

Commit 934865b

Browse files
committed
Rename hasBorrowLifetimeParamIndices -> hasScopeLifetimeParamIndices
1 parent 56d2027 commit 934865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ namespace decls_block {
21792179
using LifetimeDependenceLayout =
21802180
BCRecordLayout<LIFETIME_DEPENDENCE,
21812181
BCFixed<1>, // hasInheritLifetimeParamIndices
2182-
BCFixed<1>, // hasBorrowLifetimeParamIndices
2182+
BCFixed<1>, // hasScopeLifetimeParamIndices
21832183
BCArray<BCFixed<1>> // concatenated param indices
21842184
>;
21852185

0 commit comments

Comments
 (0)