@@ -7784,9 +7784,6 @@ NOTE(note_inverse_preventing_conformance,none,
77847784NOTE(note_inverse_preventing_conformance_explicit,none,
77857785 " %kind0 has '~%1' constraint preventing '%1' conformance" ,
77867786 (const ValueDecl *, StringRef))
7787- ERROR(escapable_requires_feature_flag,none,
7788- " type 'Escapable' requires -enable-experimental-feature NonescapableTypes" ,
7789- ())
77907787ERROR(non_bitwise_copyable_type_class,none,
77917788 " class cannot conform to 'BitwiseCopyable'" , ())
77927789ERROR(non_bitwise_copyable_type_indirect_enum,none,
@@ -7910,9 +7907,6 @@ ERROR(noncopyable_cannot_have_read_set_accessor,none,
79107907 " noncopyable %select{variable|subscript}0 cannot provide a read and set accessor" ,
79117908 (unsigned ))
79127909
7913- ERROR(nonescapable_types_attr_disabled,none,
7914- " attribute requires '-enable-experimental-feature NonescapableTypes'" , ())
7915-
79167910ERROR(span_requires_feature_flag,none,
79177911 " '%0' requires -enable-experimental-feature Span" ,
79187912 (StringRef))
@@ -8031,6 +8025,10 @@ ERROR(lifetime_dependence_cannot_use_parsed_borrow_consuming, none,
80318025ERROR(lifetime_dependence_duplicate_target, none,
80328026 " invalid duplicate target lifetime dependencies on function" , ())
80338027
8028+ ERROR(lifetime_dependence_feature_required, none,
8029+ " returning ~Escapable type requires '-enable-experimental-feature "
8030+ " LifetimeDependence'" , ())
8031+
80348032// ===----------------------------------------------------------------------===//
80358033// MARK: Sending
80368034// ===----------------------------------------------------------------------===//
0 commit comments