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

WIP Add MIR argument for #[track_caller] (RFC 2091 3/N) #65258

Closed
wants to merge 6 commits into from

Commits on Oct 19, 2019

  1. core::panic::Location is a lang item.

    For #[track_caller], passing Location as an implicit argument makes it
    effectively part of the ABI, and type lookup for it must be done for
    many functions without imports in the file or modifications to the
    prelude.
    anp committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    3a4f45d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba3b6ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9961fa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77784de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41bfc97 View commit details
    Browse the repository at this point in the history
  6. Update error message.

    anp committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    9bdbe1b View commit details
    Browse the repository at this point in the history