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

Mark Ident::new_raw as no longer semver-exempt #331

Merged
merged 2 commits into from Jun 20, 2022

Commits on Jun 19, 2022

  1. Mark Ident::new_raw as no longer semver-exempt

    The previous Compiler behaviour appears to have been broken, in that it
    would return a non-raw string literal, so it was replaced with the
    fallback code from quote [1].
    
    [1]: https://github.com/dtolnay/quote/blob/eeabf0d42ed68418741542ab5cfa8a9d339f8a79/src/runtime.rs#L409-L422
    mystor committed Jun 19, 2022
    Copy the full SHA
    2ecccd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Copy the full SHA
    0e97a92 View commit details
    Browse the repository at this point in the history