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

Improve escaping of byte, byte str, and c str proc-macro literals #123769

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 13, 2024

  1. Rename proc_macro::Literal tests from parse.rs to literal.rs

    This module contains tests not just of parse (FromStr) but also
    to_string (Display) for literals.
    dtolnay committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    57106e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc0284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ddc89e View commit details
    Browse the repository at this point in the history