@@ -3076,20 +3076,18 @@ ERROR(attr_MainType_without_main,none,
30763076ERROR (lazy_not_on_let,none,
30773077 " 'lazy' cannot be used on a let" , ())
30783078ERROR(lazy_not_on_computed,none,
3079- " 'lazy' must not be used on a computed property" , ())
3079+ " 'lazy' cannot be used on a computed property" , ())
30803080
30813081ERROR(lazy_on_already_lazy_global,none,
3082- " 'lazy' must not be used on an already-lazy global" , ())
3082+ " 'lazy' cannot be used on an already-lazy global" , ())
30833083ERROR(lazy_not_in_protocol,none,
3084- " 'lazy' isn't allowed on a protocol requirement" , ())
3084+ " 'lazy' cannot be used on a protocol requirement" , ())
30853085ERROR(lazy_requires_initializer,none,
30863086 " lazy properties must have an initializer" , ())
30873087
30883088ERROR(lazy_requires_single_var,none,
30893089 " 'lazy' cannot destructure an initializer" , ())
30903090
3091- ERROR(lazy_must_be_property,none,
3092- " lazy is only valid for members of a struct or class" , ())
30933091ERROR(lazy_not_strong,none,
30943092 " lazy properties cannot be %0" , (ReferenceOwnership))
30953093ERROR(lazy_var_storage_access,none,
0 commit comments