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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.8k
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
Tweak errors for missing associated types and type parameters
- #67268
#67268
Merged
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:assoc-types
estebank/rust:assoc-types
Copy head branch name to clipboard
Dec 26, 2019
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Tweak errors for missing associated types and type parameters
#67268
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:assoc-types
estebank/rust:assoc-types
Copy head branch name to clipboard
Commits
Commits on Dec 25, 2019
Tweak errors for missing associated types and type parameters
estebank
committed
547abe0
View commit details
Copy full SHA for 547abe0
Browse repository at this point
Fix case in `associated-type-projection-from-multiple-supertraits.rs`
Show description for 759df5f
estebank
committed
759df5f
View commit details
Copy full SHA for 759df5f
Browse repository at this point
review comments: move error reporting to their own methods
estebank
committed
8e74f63
View commit details
Copy full SHA for 8e74f63
Browse repository at this point
Handle more specific case E0222
estebank
committed
66ea471
View commit details
Copy full SHA for 66ea471
Browse repository at this point
Use structured suggestion for bad `Fn` traits
estebank
committed
8d316a5
View commit details
Copy full SHA for 8d316a5
Browse repository at this point
Avoid output dependency on std spans
estebank
committed
83c5b4e
View commit details
Copy full SHA for 83c5b4e
Browse repository at this point
Account for multiple trait bounds with missing associated types
estebank
committed
80adfd8
View commit details
Copy full SHA for 80adfd8
Browse repository at this point
Cleanup: move code to their own methods and deduplicate actions
estebank
committed
245f62e
View commit details
Copy full SHA for 245f62e
Browse repository at this point
Fix suggestion span for typo in associated type name
estebank
committed
93fb219
View commit details
Copy full SHA for 93fb219
Browse repository at this point
Fix rebase and sort assoc type list for deterministic output
estebank
committed
621d7e9
View commit details
Copy full SHA for 621d7e9
Browse repository at this point
You can’t perform that action at this time.