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
16k
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
WIP Add a shim for functions annotated with
#[track_caller]
(RFC 2091 #2/N)
- #65082
#65082
Closed
anp
wants to merge 14 commits into
rust-lang:master
rust-lang/rust:master
from
anp:instance-resolve-indirect
anp/rust:instance-resolve-indirect
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
WIP Add a shim for functions annotated with
#[track_caller]
(RFC 2091 #2/N)
#65082
anp
wants to merge 14 commits into
rust-lang:master
rust-lang/rust:master
from
anp:instance-resolve-indirect
anp/rust:instance-resolve-indirect
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2019
[RFC 2091] Add #[track_caller] attribute.
Show description for b77b557
ayosec
authored and
anp
committed
b77b557
View commit details
Copy full SHA for b77b557
Browse repository at this point
track_caller run-pass test, lint cleanup, PR review.
anp
committed
6edbfdc
View commit details
Copy full SHA for 6edbfdc
Browse repository at this point
track_caller feature gate starts in 1.40.0.
Show description for 43c1065
anp
and
Centril
committed
43c1065
View commit details
Copy full SHA for 43c1065
Browse repository at this point
Mark #![feature(track_caller)] as incomplete.
anp
committed
635ded0
View commit details
Copy full SHA for 635ded0
Browse repository at this point
track_caller error numbers and text.
anp
committed
2e9400c
View commit details
Copy full SHA for 2e9400c
Browse repository at this point
track_caller tests account for incomplete feature warning.
anp
committed
00df81c
View commit details
Copy full SHA for 00df81c
Browse repository at this point
E0735 -> E0739
Show description for db7af2b
anp
committed
db7af2b
View commit details
Copy full SHA for db7af2b
Browse repository at this point
E073[6-8] include failing code examples.
anp
committed
532465b
View commit details
Copy full SHA for 532465b
Browse repository at this point
Expand E0738 to cover different cases.
anp
committed
26ce8fe
View commit details
Copy full SHA for 26ce8fe
Browse repository at this point
Update expected error output.
anp
committed
11aece0
View commit details
Copy full SHA for 11aece0
Browse repository at this point
Prohibit #[track_caller] within trait impls as well as decls.
anp
committed
fbeaec6
View commit details
Copy full SHA for fbeaec6
Browse repository at this point
Clarify variable names when checking track_caller methods.
anp
committed
0a87757
View commit details
Copy full SHA for 0a87757
Browse repository at this point
Add InstanceDef::ReifyShim for track_caller functions.
anp
committed
c352eda
View commit details
Copy full SHA for c352eda
Browse repository at this point
Add Instance::resolve_for_fn_ptr
anp
committed
311fa06
View commit details
Copy full SHA for 311fa06
Browse repository at this point
You can’t perform that action at this time.