Skip to content

Change output format on host #664

@timhoeppner

Description

@timhoeppner

I'm not really sure if this is considered an issue but I can't seem to find a way to configure the format shown on the host. Its currently shown like:

0 Hello, world!
└─ minimal::app::init @ src\bin\minimal.rs:32
1 in foo
└─ minimal::app::foo @ src\bin\minimal.rs:77
2 in bar
└─ minimal::app::bar @ src\bin\minimal.rs:86
3 in foo
└─ minimal::app::foo @ src\bin\minimal.rs:77

I might like to do something like:

minimal::app::init[src\bin\minimal.rs:32]: 0 Hello, world!
minimal::app::foo[src\bin\minimal.rs:77]: 1 in foo
minimal::app::bar[src\bin\minimal.rs:86]: 2 in bar
minimal::app::foo[src\bin\minimal.rs:77]: 3 in foo

or any other permutation.

Is this possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionA question that isn't answered by the docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions