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
16.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
Account for late-bound lifetimes in generics
- #103448
#103448
Closed
cjgillot
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:no-late-fn
cjgillot/rust:no-late-fn
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Closed
Account for late-bound lifetimes in generics
#103448
cjgillot
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:no-late-fn
cjgillot/rust:no-late-fn
Copy head branch name to clipboard
Commits
Commits on Oct 26, 2022
Make verbose print of regions a bit more compact.
cjgillot
committed
20ecbf5
View commit details
Copy full SHA for 20ecbf5
Browse repository at this point
Do not print single ::<'_> for fn items.
cjgillot
committed
6a874c5
View commit details
Copy full SHA for 6a874c5
Browse repository at this point
Make late_bound_lifetime_arguments a hard error.
cjgillot
committed
29adf97
View commit details
Copy full SHA for 29adf97
Browse repository at this point
Validate fn-sig and erased lifetimes in MIR validator.
cjgillot
committed
8529bda
View commit details
Copy full SHA for 8529bda
Browse repository at this point
Remember late_bound in GenericParamDefKind.
cjgillot
committed
d7cc37c
View commit details
Copy full SHA for d7cc37c
Browse repository at this point
Make fn late-bound lifetimes part of the generics.
cjgillot
committed
1db0925
View commit details
Copy full SHA for 1db0925
Browse repository at this point
Bless ui tests.
cjgillot
committed
2e30f43
View commit details
Copy full SHA for 2e30f43
Browse repository at this point
Adapt clippy.
cjgillot
committed
bf1127d
View commit details
Copy full SHA for bf1127d
Browse repository at this point
Make `fn_sig` return a simple `FnSig`.
cjgillot
committed
8d067f1
View commit details
Copy full SHA for 8d067f1
Browse repository at this point
FIXME Remove chalk assertion.
cjgillot
committed
cd44af1
View commit details
Copy full SHA for cd44af1
Browse repository at this point
Bless mir-opt.
cjgillot
committed
99c916d
View commit details
Copy full SHA for 99c916d
Browse repository at this point
Bless codegen tests.
cjgillot
committed
9c9243f
View commit details
Copy full SHA for 9c9243f
Browse repository at this point
Bless incremental tests.
cjgillot
committed
4ed91e2
View commit details
Copy full SHA for 4ed91e2
Browse repository at this point
Remove has_late_bound_regions from Generics.
cjgillot
committed
2f416e8
View commit details
Copy full SHA for 2f416e8
Browse repository at this point
Bless rustdoc.
cjgillot
committed
4a173a6
View commit details
Copy full SHA for 4a173a6
Browse repository at this point
Pacify tidy.
cjgillot
committed
0b021ff
View commit details
Copy full SHA for 0b021ff
Browse repository at this point
Bless cgu tests.
cjgillot
committed
4cdb3d5
View commit details
Copy full SHA for 4cdb3d5
Browse repository at this point
Adapt miri.
cjgillot
committed
7b5fc97
View commit details
Copy full SHA for 7b5fc97
Browse repository at this point
Bless pretty.
cjgillot
committed
1ee46c8
View commit details
Copy full SHA for 1ee46c8
Browse repository at this point
You can’t perform that action at this time.