Skip to content

Commit

Permalink
Auto merge of #16738 - Nadrieril:update-pat-ana, r=lnicola
Browse files Browse the repository at this point in the history
Update rustc_pattern_analysis

This should fix #16656 but I can't check because we don't have a reproducer.
  • Loading branch information
bors committed Mar 3, 2024
2 parents 4ef6a49 + 7c6f7b2 commit 67f7557
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ra-ap-rustc_lexer = { version = "0.35.0", default-features = false }
ra-ap-rustc_parse_format = { version = "0.35.0", default-features = false }
ra-ap-rustc_index = { version = "0.35.0", default-features = false }
ra-ap-rustc_abi = { version = "0.35.0", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.37.0", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.40.0", default-features = false }

# local crates that aren't published to crates.io. These should not have versions.
sourcegen = { path = "./crates/sourcegen" }
Expand Down

0 comments on commit 67f7557

Please sign in to comment.