Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.1k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Move generic arg/param validation to
create_substs_for_generic_args
to resolve various const generics issues
- #68434
#68434
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
varkor:astconv-mismatch-error
varkor/rust:astconv-mismatch-error
Copy head branch name to clipboard
Feb 27, 2020
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Move generic arg/param validation to
create_substs_for_generic_args
to resolve various const generics issues
#68434
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
varkor:astconv-mismatch-error
varkor/rust:astconv-mismatch-error
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2020
Return whether `check_generic_arg_count` finds an error
varkor
committed
2a50487
View commit details
Copy full SHA for 2a50487
Browse repository at this point
Report all errors in `check_generic_arg_count`
varkor
committed
d232acd
View commit details
Copy full SHA for d232acd
Browse repository at this point
Correct passing of `generic_args` to `create_substs_for_generic_args`
varkor
committed
9939de2
View commit details
Copy full SHA for 9939de2
Browse repository at this point
Report late-bound region lint as error in `check_generic_arg_count`
varkor
committed
750e673
View commit details
Copy full SHA for 750e673
Browse repository at this point
Move generic arg / param validation to `create_substs_for_generic_args`
varkor
committed
039045c
View commit details
Copy full SHA for 039045c
Browse repository at this point
Refactor `create_substs_for_generic_args` a little
varkor
committed
c9b7b1f
View commit details
Copy full SHA for c9b7b1f
Browse repository at this point
Make return value of `check_generic_arg_count` semantically clearer
varkor
committed
dff64eb
View commit details
Copy full SHA for dff64eb
Browse repository at this point
Use `Result` instead of `bool` throughout
varkor
committed
104131c
View commit details
Copy full SHA for 104131c
Browse repository at this point
Be explicit about whether `GenericArgCountMismatch` arose from a fatal error
varkor
committed
33143fd
View commit details
Copy full SHA for 33143fd
Browse repository at this point
Add invalid argument spans to `GenericArgCountMismatch`
varkor
committed
76fb26b
View commit details
Copy full SHA for 76fb26b
Browse repository at this point
Expand the documentation for E0747
varkor
committed
e372ad4
View commit details
Copy full SHA for e372ad4
Browse repository at this point
Add note regarding argument ordering
varkor
committed
bead79e
View commit details
Copy full SHA for bead79e
Browse repository at this point
You can’t perform that action at this time.