-
-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
type: questionA question that isn't answered by the docsA question that isn't answered by the docs
Description
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
Labels
type: questionA question that isn't answered by the docsA question that isn't answered by the docs