mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #19522 from jrose-apple/lined-pockets
Remove unwanted exceptions from @inlinable checking
This commit is contained in:
@@ -4031,9 +4031,6 @@ WARNING(inlinable_implies_usable_from_inline,none,
|
||||
ERROR(usable_from_inline_attr_in_protocol,none,
|
||||
"'@usableFromInline' attribute cannot be used in protocols", ())
|
||||
|
||||
ERROR(usable_from_inline_dynamic_not_supported,none,
|
||||
"'@usableFromInline' attribute cannot be applied to 'dynamic' declarations", ())
|
||||
|
||||
#define FRAGILE_FUNC_KIND \
|
||||
"%select{a '@_transparent' function|" \
|
||||
"an '@inline(__always)' function|" \
|
||||
|
||||
Reference in New Issue
Block a user