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

Add type_ascribe! macro as placeholder syntax for type ascription #104614

Merged
merged 3 commits into from
Dec 2, 2022

Commits on Nov 19, 2022

  1. Add unstable type_ascribe macro

    This macro serves as a placeholder for future type ascription syntax to
    make sure that the semantic implementation keeps working.
    Noratrieb committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    6ee0dd9 View commit details
    Browse the repository at this point in the history
  2. Use type_ascribe! in many UI tests

    Use it in all UI tests that are about the semantics and not the syntax
    of type ascription.
    Noratrieb committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    2c7d32b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Gate macros behind #[cfg(not(bootstrap))]

    Co-authored-by: Takayuki Maeda <takoyaki0316@gmail.com>
    Noratrieb and TaKO8Ki committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    efea79c View commit details
    Browse the repository at this point in the history