Skip to content

Rust never lets you know about RUST_BACKTRACE=full #41584

Closed
@CryZe

Description

@CryZe

Ever since RUST_BACKTRACE got split up into a short and full backtrace, there used to be a message that tells you about the full backtrace when you are seeing the shortened one. The message however only comes up when stack frames are omitted See here. This used to be the case for the shortened backtrace, but since the frame pruning logic got reverted by #41364, this message is now dead code until frame pruning is implemented again (#40264). However it might also make sense to just always show this message for a short backtrace instead of counting the amount of omitted frames.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions