Skip to content

RUST_LOG=::rt::backtrace appears to do nothing #6823

@lilyball

Description

@lilyball

When running a program that hits an assert!(), using RUST_LOG=::rt::backtrace makes no difference in the output. No backtrace is reported on the task failure.

> RUST_LOG=::rt::backtrace ./myprog
rust: task failed at 'left: 9 does not equal right: 10', /Users/kevin/Dev/rust/rust/src/libstd/vec.rs:1605

This is with rustc 0.6 (c8c60f0 2013-05-28 18:34:51 -0700) running on Mac OS X 10.8.3

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