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

Provide list of recognized rename rules on parse error #1961

Merged
merged 2 commits into from Jan 23, 2021
Merged

Commits on Jan 23, 2021

  1. Copy the full SHA
    4e002ec View commit details
    Browse the repository at this point in the history
  2. Restore compatibility with rustc 1.31 in RenameRule error

    str::escape_debug wasn't stabilized until 1.34, whereas serde_derive
    currently supports an oldest version of 1.31.
    dtolnay committed Jan 23, 2021
    Copy the full SHA
    b7bad3a View commit details
    Browse the repository at this point in the history