Add rustc_pattern_analysis to list of auto published crates#3
Merged
lnicola merged 3 commits intorust-analyzer:masterfrom Jan 5, 2024
Merged
Add rustc_pattern_analysis to list of auto published crates#3lnicola merged 3 commits intorust-analyzer:masterfrom
rustc_pattern_analysis to list of auto published crates#3lnicola merged 3 commits intorust-analyzer:masterfrom
Conversation
lnicola
reviewed
Jan 5, 2024
| - [ra-ap_rustc_macros][ra-ap_rustc_macros-crate] [![ra-ap_rustc_macros version][ra-ap_rustc_macros-version-badge]][ra-ap_rustc_macros-crate] | ||
| - [ra-ap_rustc_parse_format][ra-ap_rustc_parse_format-crate] [![ra-ap_rustc_parse_format version][ra-ap_rustc_parse_format-version-badge]][ra-ap_rustc_parse_format-crate] | ||
| - [ra-ap_rustc_abi][ra-ap_rustc_abi-crate] [![ra-ap_rustc_abi version][ra-ap_rustc_abi-version-badge]][ra-ap_rustc_abi-crate] | ||
| - [ra-ap_rustc_pattern_analysis][ra-ap_rustc_pattern_analysis-crate] [![ra-ap_rustc_pattern_analysis version][ra-ap_rustc_pattern_analysis-version-badge]][ra-ap_rustc_pattern_analysis-crate] |
Member
There was a problem hiding this comment.
Future archaeologists will see badge Markdown snippets and think they were ritualistic incantations to summon demons or gods.
Member
Author
There was a problem hiding this comment.
And they won't be entirely wrong :D
lnicola
approved these changes
Jan 5, 2024
Member
|
Thanks! I'll merge optimistically (half-awake right now TBH) |
Member
Author
|
I guess we'll see :D |
Member
That's one failure I didn't expect... And we still don't know if it works. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
That crate contains the match exhaustiveness algorithm, which has been librarified for use in rust-analyzer. It compiles on stable with
--no-default-features --feature stable. (and after rust-lang/rust#119581 it will compile on stable with just--no-default-features).(I took the liberty to sort things in the last commit 👼)