-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix #53820 #66497
Merged
Merged
Fix #53820 #66497
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 143fb43 - Browse repository at this point
Copy the full SHA 143fb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c00ecfa - Browse repository at this point
Copy the full SHA c00ecfaView commit details -
Introduce new FixedLenSlice constructor
It is used in the case where a variable-length slice pattern is used to match on an array of known size. This allows considering only those entries in the array that are captured by one of the patterns. As a side-effect, diagnostics improve a bit for those cases.
Configuration menu - View commit details
-
Copy full SHA for d93c1b3 - Browse repository at this point
Copy the full SHA d93c1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b420a9 - Browse repository at this point
Copy the full SHA 5b420a9View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0cfef3 - Browse repository at this point
Copy the full SHA d0cfef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e97e8 - Browse repository at this point
Copy the full SHA 54e97e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa117e - Browse repository at this point
Copy the full SHA daa117eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0e3cc - Browse repository at this point
Copy the full SHA bd0e3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5e044 - Browse repository at this point
Copy the full SHA 7f5e044View commit details
Commits on Nov 18, 2019
-
Update src/test/ui/pattern/issue-53820-slice-pattern-large-array.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2079ae3 - Browse repository at this point
Copy the full SHA 2079ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1425ae1 - Browse repository at this point
Copy the full SHA 1425ae1View commit details
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.