Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: track caller #287

Closed
wants to merge 3 commits into from
Closed

Commits on Dec 6, 2022

  1. cargo: Add "track_caller" feature

    to track caller locations for `context` and `with_context` and display
    them along with the errors if enabled.
    har7an committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e305149 View commit details
    Browse the repository at this point in the history
  2. crate: Track caller location

    if the "track_caller" feature is set. Store it inside the `ErrorImpl` so
    it can be accessed as needed, similar to how backtraces are implemented.
    har7an committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    28bd506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5489d7 View commit details
    Browse the repository at this point in the history