@@ -990,12 +990,6 @@ WARNING(parameter_unnamed_warn,none,
990
990
ERROR(parameter_curry_syntax_removed,none,
991
991
" cannot have more than one parameter list" , ())
992
992
993
- ERROR(availability_cannot_be_mixed,none,
994
- " #available and #unavailable cannot be in the same statement" , ())
995
-
996
- ERROR(false_available_is_called_unavailable,none,
997
- " #available cannot be used as an expression, did you mean to use '#unavailable'?" , ())
998
-
999
993
ERROR(initializer_as_typed_pattern,none,
1000
994
" unexpected initializer in pattern; did you mean to use '='?" , ())
1001
995
@@ -1935,6 +1929,12 @@ ERROR(pound_available_package_description_not_allowed, none,
1935
1929
ERROR(availability_query_repeated_platform, none,
1936
1930
" version for '%0' already specified" , (StringRef))
1937
1931
1932
+ ERROR(availability_cannot_be_mixed,none,
1933
+ " #available and #unavailable cannot be in the same statement" , ())
1934
+
1935
+ ERROR(false_available_is_called_unavailable,none,
1936
+ " #available cannot be used as an expression, did you mean to use '#unavailable'?" , ())
1937
+
1938
1938
ERROR(attr_requires_concurrency, none,
1939
1939
" '%0' %select{attribute|modifier}1 is only valid when experimental "
1940
1940
" concurrency is enabled" ,
0 commit comments