Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
/
reference
Public
Notifications
You must be signed in to change notification settings
Fork
554
Star
1.4k
Code
Issues
290
Pull requests
92
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
TC/adjust-for-rust-2024-match-ergonomics-reservations
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 20, 2024
Document Rust 2024 match ergonomics reservations
Show description for 0a608b4
traviscross
committed
0a608b4
Copy full SHA for 0a608b4
Merge pull request #1663 from weiznich/do_not_recommend
Show description for 1dffb2b
ehuss
authored
1dffb2b
Copy full SHA for 1dffb2b
Commits on Dec 18, 2024
Merge pull request #1628 from clarfonthey/coverage
Show description for 9f41bc1
ehuss
authored
9f41bc1
Copy full SHA for 9f41bc1
Extend coverage attribute documentation
Show description for b2c8b52
ehuss
committed
b2c8b52
Copy full SHA for b2c8b52
Add an example showing the attribute in use.
ehuss
committed
d92a412
Copy full SHA for d92a412
Move attributes.coverage.allowed-positions below syntax
Show description for 6fe508f
ehuss
committed
6fe508f
Copy full SHA for 6fe508f
Move mention of `rustc` to a side note
Show description for 73b4272
ehuss
committed
73b4272
Copy full SHA for 73b4272
Fix formatting in builtin attribute list
ehuss
committed
6847eb7
Copy full SHA for 6847eb7
Add rule annotations
ehuss
committed
f71cbc6
Copy full SHA for f71cbc6
Unwrap text
ehuss
committed
081372c
Copy full SHA for 081372c
Mention coverage attribute
clarfonthey
authored and
ehuss
committed
3ff8b84
Copy full SHA for 3ff8b84
Commits on Dec 17, 2024
Merge pull request #1697 from ehuss/extern-crate-as-non-ascii
Show description for 3436fc7
traviscross
authored
3436fc7
Copy full SHA for 3436fc7
Merge pull request #1698 from ehuss/fix-windows-auto-link
Show description for 0e37f7b
traviscross
authored
0e37f7b
Copy full SHA for 0e37f7b
Fix rule auto-linking on Windows
ehuss
committed
8a5f94a
Copy full SHA for 8a5f94a
Commits on Dec 16, 2024
Merge pull request #1695 from taiki-e/asm
Show description for d7c4bce
ehuss
authored
d7c4bce
Copy full SHA for d7c4bce
usually to normally
Show description for e4c6263
ehuss
and
weiznich
authored
e4c6263
Copy full SHA for e4c6263
Commits on Dec 15, 2024
Rewrite do_not_recommend example
Show description for de346ad
ehuss
committed
de346ad
Copy full SHA for de346ad
Soften the language to say "usually"
Show description for 341cc83
ehuss
committed
341cc83
Copy full SHA for 341cc83
Commits on Dec 14, 2024
Merge pull request #1692 from compiler-errors/async-closures
Show description for 183dd4b
ehuss
authored
183dd4b
Copy full SHA for 183dd4b
Commits on Dec 13, 2024
Clarify that `extern crate foo as føø` is allowed
Show description for 0ad4594
ehuss
committed
0ad4594
Copy full SHA for 0ad4594
Commits on Dec 12, 2024
Async clarifications from compiler-errors
ehuss
committed
8eb71da
Copy full SHA for 8eb71da
Add examples for async's Fn* rules
Show description for 5a8b949
ehuss
committed
5a8b949
Copy full SHA for 5a8b949
Some tweaks to the async Fn* wording
Show description for adef05f
ehuss
committed
adef05f
Copy full SHA for adef05f
Add a basic example for a closure expression
ehuss
committed
73832d3
Copy full SHA for 73832d3
Some more elaboration on do_not_recommend
Show description for 6fc4148
ehuss
committed
6fc4148
Copy full SHA for 6fc4148
Add missing period and do not wrap
ehuss
committed
f28b8e8
Copy full SHA for f28b8e8
Specify that async closures capture their inputs
ehuss
committed
1106780
Copy full SHA for 1106780
Further elaborate on async closure trait implementation
ehuss
committed
ff8c4eb
Copy full SHA for ff8c4eb
Another clarification that async closures cannot be coerced to a fn pointer
ehuss
committed
502e8af
Copy full SHA for 502e8af
Clarify that Async family is not dyn-compatible
ehuss
committed
10240ea
Copy full SHA for 10240ea
Commits on Dec 11, 2024
Slight rewording of async closure expr
Show description for 8f2cf33
ehuss
committed
8f2cf33
Copy full SHA for 8f2cf33
Note that call expressions also work with the new AsyncFn* types
ehuss
committed
721b5cb
Copy full SHA for 721b5cb
`await` can also be used in async closures
ehuss
committed
927ab5e
Copy full SHA for 927ab5e
Note that `async` closure keyword is edition-specific
Show description for a81141d
ehuss
committed
a81141d
Copy full SHA for a81141d
Async closures cannot be coerced to a function pointer
ehuss
committed
2cccea5
Copy full SHA for 2cccea5
Pagination
Previous
Next
You can’t perform that action at this time.