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

Pull in proc-macro2 1.0.46 for byte order mark fix #1226

Merged
merged 1 commit into from Sep 29, 2022
Merged

Pull in proc-macro2 1.0.46 for byte order mark fix #1226

merged 1 commit into from Sep 29, 2022

Commits on Sep 29, 2022

  1. Pull in proc-macro2 1.0.46 for byte order mark fix

    Without this, our benchmarks fail against the current contents of the
    rust-lang/rust repo.
    
        $ cargo test --release --bench rust --features full,test
        871050 lines in 12914 files
        read_from_disk:     elapsed=0.170s
        tokenstream_parse:  FAIL tests/rust/src/test/ui/json/json-bom-plus-crlf-multifile-aux.rs
        thread 'main' panicked at 'assertion failed: `(left == right)`
          left: `12913`,
         right: `12914`', benches/rust.rs:122:5
        note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    dtolnay committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5f8ddfb View commit details
    Browse the repository at this point in the history