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

Document rustfmt on nightly-rustc #86737

Merged
merged 2 commits into from
Jul 2, 2021
Merged

Document rustfmt on nightly-rustc #86737

merged 2 commits into from
Jul 2, 2021

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    81f3ab6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Document rustfmt on nightly-rustc

    The recursion_limit attribute avoids the following error:
    
    ```
    error[E0275]: overflow evaluating the requirement `std::ptr::Unique<rustc_ast::Pat>: std::marker::Send`
      |
      = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`rustfmt_nightly`)
    ```
    jyn514 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    01cf0bd View commit details
    Browse the repository at this point in the history