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.6k
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
NLL should identify and respect the lifetime annotations that the user wrote
- #48482
#48482
Merged
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
davidtwco:issue-47184
davidtwco/rust:issue-47184
Copy head branch name to clipboard
Mar 24, 2018
Conversation
Commits
17
(17)
Checks
Files changed
Merged
NLL should identify and respect the lifetime annotations that the user wrote
#48482
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
davidtwco:issue-47184
davidtwco/rust:issue-47184
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2018
Added initial test for #47184
davidtwco
committed
c0fdb29
View commit details
Copy full SHA for c0fdb29
Browse repository at this point
Added UserAssertTy statement.
davidtwco
committed
17b285d
View commit details
Copy full SHA for 17b285d
Browse repository at this point
Killing UserAssertTy in CleanupPostBorrowck pass.
davidtwco
committed
1331cd4
View commit details
Copy full SHA for 1331cd4
Browse repository at this point
Added initial processing of UserAssertTy statements.
davidtwco
committed
5f21aa8
View commit details
Copy full SHA for 5f21aa8
Browse repository at this point
Changed location to at_self from at_successor.
davidtwco
committed
239b3ec
View commit details
Copy full SHA for 239b3ec
Browse repository at this point
Added override in renumberer for UserAssertTy.
davidtwco
committed
ee4c7ac
View commit details
Copy full SHA for ee4c7ac
Browse repository at this point
Updated test with expected error message.
davidtwco
committed
c8d81b1
View commit details
Copy full SHA for c8d81b1
Browse repository at this point
Added comment in renumberer about UserAssertTy.
davidtwco
committed
d4b9a78
View commit details
Copy full SHA for d4b9a78
Browse repository at this point
No longer visiting user_assert_ty statements in constraint generation.
davidtwco
committed
5d2a60c
View commit details
Copy full SHA for 5d2a60c
Browse repository at this point
UserAssertTy can handle inference variables.
Show description for 692a931
davidtwco
committed
692a931
View commit details
Copy full SHA for 692a931
Browse repository at this point
Switched from canonicalize_query to canonicalize_response
davidtwco
committed
e1648bd
View commit details
Copy full SHA for e1648bd
Browse repository at this point
Temporarily only adding UserAssertTy on binding patterns.
davidtwco
committed
fc5c4da
View commit details
Copy full SHA for fc5c4da
Browse repository at this point
Debug logs for replace_bound_regions_with_nll_infer_vars
nikomatsakis
authored and
davidtwco
committed
04aeef8
View commit details
Copy full SHA for 04aeef8
Browse repository at this point
Added flag to disable user type assertion.
davidtwco
committed
447ae76
View commit details
Copy full SHA for 447ae76
Browse repository at this point
Commits on Mar 23, 2018
Updated MIR with UserAssertTy in mir-opt tests.
davidtwco
committed
03481f1
View commit details
Copy full SHA for 03481f1
Browse repository at this point
Fixed issues with incremental tests.
davidtwco
committed
3a0162b
View commit details
Copy full SHA for 3a0162b
Browse repository at this point
Improved comments for UserAssertTy statement.
davidtwco
committed
4161ae7
View commit details
Copy full SHA for 4161ae7
Browse repository at this point
You can’t perform that action at this time.