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

Track upstream proc_macro changes #90

Merged
merged 1 commit into from
May 17, 2018
Merged

Track upstream proc_macro changes #90

merged 1 commit into from
May 17, 2018

Commits on May 16, 2018

  1. Track upstream proc_macro changes

    * Rename `Term` to `Ident`
    * Rename `Punct` to `Op`
    * Remove `Term::as_str`
    * Rename `Op::op` to `Punct::as_char`
    * `Term::new` no longer accepts lifetimes or raw idents
    * Lifetimes are lexed as a `Joint` `'` character followed by an `Ident`
    * `Ident::new_raw` is a new `procmacro2_semver_exempt` API for creating raw
      identifiers.
    alexcrichton committed May 16, 2018
    Configuration menu
    Copy the full SHA
    f388843 View commit details
    Browse the repository at this point in the history