Skip to content

Commit

Permalink
Update proposals/0400-init-accessors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLatsis committed Apr 23, 2024
1 parent 30c5234 commit abd0dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/0400-init-accessors.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,9 @@ declaration of a type.

## ABI compatibility

`init` accessors are only called from within a source file, so they are not part of the module's ABI.
An `init` accessor is *not* inferred as, but must be, inlinable if called from
an inlinable type initializer.
`init` accessors can be ABI-public but are at most `internal`.
Calling an `init` accessor from an `inlinable` type initializer requires that
the `init` accessor is ABI-public.

## Implications on adoption

Expand Down

0 comments on commit abd0dfe

Please sign in to comment.