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

Rollup of 3 pull requests #117020

Merged
merged 6 commits into from
Oct 21, 2023
Merged

Rollup of 3 pull requests #117020

merged 6 commits into from
Oct 21, 2023

Commits on Oct 11, 2023

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

Commits on Oct 20, 2023

  1. Move invalid-llvm-passes test to invalid-compile-flags folder

    Nowadays there is an `invalid-compile-flags` folder, thus move this
    one there.
    
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    35f03b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. fix spans for removing .await on for expressions

    Lukas Markeffsky committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ccc4638 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#106601 - estebank:match-semi, r=cjgillot

    Suggest `;` after bare `match` expression E0308
    
    Fix rust-lang#72634.
    matthiaskrgr committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    05e154f View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116975 - ojeda:move-invalid-test, r=Nilstrieb

    Move `invalid-llvm-passes` test to `invalid-compile-flags` folder
    
    Nowadays there is an `invalid-compile-flags` folder, thus move this one there.
    matthiaskrgr committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3051dde View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#117019 - lukas-code:for-await, r=compiler-e…

    …rrors
    
    fix spans for removing `.await` on `for` expressions
    
    We need to use a span with the outer syntax context of a desugared `for` expression to join it with the `.await` span.
    
    fixes rust-lang#117014
    matthiaskrgr committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    bd1046d View commit details
    Browse the repository at this point in the history