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
15.9k
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 obligation error output
- #68377
#68377
Merged
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:fn-obligations-spans
estebank/rust:fn-obligations-spans
Copy head branch name to clipboard
Feb 4, 2020
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Tweak obligation error output
#68377
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:fn-obligations-spans
estebank/rust:fn-obligations-spans
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2020
Point at arguments or output when fn obligations come from them, or ident when they don't
estebank
committed
fca5c64
View commit details
Copy full SHA for fca5c64
Browse repository at this point
Point at `Sized` bound
estebank
committed
1c9242f
View commit details
Copy full SHA for 1c9242f
Browse repository at this point
When object unsafe trait uses itself in associated item suggest using `Self`
estebank
committed
d72bcdb
View commit details
Copy full SHA for d72bcdb
Browse repository at this point
fix test
estebank
committed
0eb29d1
View commit details
Copy full SHA for 0eb29d1
Browse repository at this point
review comments
estebank
committed
d137b7a
View commit details
Copy full SHA for d137b7a
Browse repository at this point
Tweak `Self: Sized` restriction diagnostic output
estebank
committed
4b2f1db
View commit details
Copy full SHA for 4b2f1db
Browse repository at this point
Point at the `Sized` obligation in `where` clauses
estebank
committed
972ae5a
View commit details
Copy full SHA for 972ae5a
Browse repository at this point
Point at return type obligations instead of at `fn` ident
estebank
committed
8d48597
View commit details
Copy full SHA for 8d48597
Browse repository at this point
Use more accurate failed predicate spans
estebank
committed
6870f79
View commit details
Copy full SHA for 6870f79
Browse repository at this point
Slight rewording of diagnostic message
estebank
committed
144e259
View commit details
Copy full SHA for 144e259
Browse repository at this point
Remove duplicated code
estebank
committed
132921b
View commit details
Copy full SHA for 132921b
Browse repository at this point
review comments
estebank
committed
06fea92
View commit details
Copy full SHA for 06fea92
Browse repository at this point
Point at `Sized` requirements
Show description for 3ca1c5d
estebank
committed
3ca1c5d
View commit details
Copy full SHA for 3ca1c5d
Browse repository at this point
Wording changes to object unsafe trait errors
Show description for 413bfa4
estebank
committed
413bfa4
View commit details
Copy full SHA for 413bfa4
Browse repository at this point
Use more appropriate spans on object unsafe traits and provide structured suggestions when possible
estebank
committed
a52ec87
View commit details
Copy full SHA for a52ec87
Browse repository at this point
add tests for structured suggestion
estebank
committed
542130b
View commit details
Copy full SHA for 542130b
Browse repository at this point
Suggest `?Sized` on type parameters
estebank
committed
cb6dfea
View commit details
Copy full SHA for cb6dfea
Browse repository at this point
Remove duplicated code
estebank
committed
d216b73
View commit details
Copy full SHA for d216b73
Browse repository at this point
Account for `?Sized` type parameter bounds
estebank
committed
342db71
View commit details
Copy full SHA for 342db71
Browse repository at this point
fix rebase
estebank
committed
16d935e
View commit details
Copy full SHA for 16d935e
Browse repository at this point
Point at reason in object unsafe trait with `Self` in supertraits or `where`-clause
estebank
committed
865216b
View commit details
Copy full SHA for 865216b
Browse repository at this point
Deal with spans showing `std` lib
Show description for b9c125a
estebank
committed
b9c125a
View commit details
Copy full SHA for b9c125a
Browse repository at this point
Commits on Feb 3, 2020
Change wording for object unsafe because of assoc const
estebank
committed
0e58411
View commit details
Copy full SHA for 0e58411
Browse repository at this point
You can’t perform that action at this time.