Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@lifetime annotation + simplified implicit lifetime dependencies #9

Merged
merged 3 commits into from
Aug 13, 2024

Commits on Jul 31, 2024

  1. Remove the Alternative: Initializer syntax: result vs. inout syntax

    This section was a distraction. Changing the position of `dependsOn`
    for initializers is not something we need to consider initially.
    atrick committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f337c2f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3b6439c View commit details
    Browse the repository at this point in the history
  2. Simplified implicit lifetime dependencies

    Added the same-type inference rule.
    atrick committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ac43daa View commit details
    Browse the repository at this point in the history