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
Accelerator
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.5k
Star
116k
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
Improve async-await/generator obligation errors in some cases
- #70679
#70679
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:issue-68112
tmandry/rust:issue-68112
Copy head branch name to clipboard
Apr 14, 2020
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Improve async-await/generator obligation errors in some cases
#70679
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:issue-68112
tmandry/rust:issue-68112
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2020
Use inner/outer generator naming instead of first/last
Show description for b129b32
tmandry
committed
b129b32
View commit details
Copy full SHA for b129b32
Browse repository at this point
Add test for #68112 (existing output)
tmandry
committed
a40ec13
View commit details
Copy full SHA for a40ec13
Browse repository at this point
Improve span label
tmandry
committed
db0a5a1
View commit details
Copy full SHA for db0a5a1
Browse repository at this point
Don't annotate type when type is opaque
tmandry
committed
7127ff3
View commit details
Copy full SHA for 7127ff3
Browse repository at this point
Use "generator" instead of "future" when appropriate
tmandry
committed
6edfd66
View commit details
Copy full SHA for 6edfd66
Browse repository at this point
Use clearer message when obligation is caused by await expr
tmandry
committed
aed7c30
View commit details
Copy full SHA for aed7c30
Browse repository at this point
Don't double-annotate the same Span
tmandry
committed
e340375
View commit details
Copy full SHA for e340375
Browse repository at this point
rustfmt
tmandry
committed
8ce334d
View commit details
Copy full SHA for 8ce334d
Browse repository at this point
Include type info when available for awaited expr
tmandry
committed
df0a16b
View commit details
Copy full SHA for df0a16b
Browse repository at this point
Fix style nits
tmandry
committed
00795a9
View commit details
Copy full SHA for 00795a9
Browse repository at this point
Incorporate feedback into diagnostics
tmandry
committed
df64c5d
View commit details
Copy full SHA for df64c5d
Browse repository at this point
Update test after rebase
tmandry
committed
4326d95
View commit details
Copy full SHA for 4326d95
Browse repository at this point
You can’t perform that action at this time.