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 coming from
for
-loop,
?
and
.await
desugaring
- #90939
#90939
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:wg-af-polish
estebank/rust:wg-af-polish
Copy head branch name to clipboard
Dec 15, 2021
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Tweak errors coming from
for
-loop,
?
and
.await
desugaring
#90939
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:wg-af-polish
estebank/rust:wg-af-polish
Copy head branch name to clipboard
Commits
Commits on Dec 13, 2021
When `.await` is called on a non-`Future` expression, suggest removal
Show description for 7227a87
estebank
committed
7227a87
View commit details
Copy full SHA for 7227a87
Browse repository at this point
Reduce verbosity when calling `for`-loop on non-`Iterator` expression
estebank
committed
75b6275
View commit details
Copy full SHA for 75b6275
Browse repository at this point
Reduce verbosity for `?` on non-`Try` expressions
estebank
committed
caf0c1b
View commit details
Copy full SHA for caf0c1b
Browse repository at this point
Further silence `?` errors
estebank
committed
81a3b90
View commit details
Copy full SHA for 81a3b90
Browse repository at this point
Remove yet more output from `for`-loop and `?` errors
estebank
committed
79749d6
View commit details
Copy full SHA for 79749d6
Browse repository at this point
Remove unnecessary argument
estebank
committed
4f2b1c0
View commit details
Copy full SHA for 4f2b1c0
Browse repository at this point
Fix mistake
estebank
committed
d45e030
View commit details
Copy full SHA for d45e030
Browse repository at this point
Keep info on pre-desugaring expression for better "incorrect `.await`" suggestion
Show description for f640438
estebank
committed
f640438
View commit details
Copy full SHA for f640438
Browse repository at this point
Fix clippy uses of QPath::LangItem
estebank
committed
8888d0d
View commit details
Copy full SHA for 8888d0d
Browse repository at this point
Fix rebase and clippy tests
estebank
committed
b825b0f
View commit details
Copy full SHA for b825b0f
Browse repository at this point
tidy fix
estebank
committed
9ecb141
View commit details
Copy full SHA for 9ecb141
Browse repository at this point
Simplify diagnostic logic
Show description for d59f74a
estebank
committed
d59f74a
View commit details
Copy full SHA for d59f74a
Browse repository at this point
review comments
estebank
committed
64dea33
View commit details
Copy full SHA for 64dea33
Browse repository at this point
review comment: change wording of suggestion
estebank
committed
1a7f2d5
View commit details
Copy full SHA for 1a7f2d5
Browse repository at this point
fix clippy tests
estebank
committed
64f88e8
View commit details
Copy full SHA for 64f88e8
Browse repository at this point
fix coverage report test
estebank
committed
f2fc84f
View commit details
Copy full SHA for f2fc84f
Browse repository at this point
You can’t perform that action at this time.