eyre/tests/data/theme_control.txt
2021-12-26 11:54:06 -06:00

9 lines
559 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
0: themes::test_capture with x=42
at tests/themes.rs:42
40 │ use tracing_subscriber::{prelude::*, registry::Registry};
41 │
 42 > #[instrument]
43 │ fn test_capture(x: u8) -> SpanTrace {
44 │ #[allow(clippy::if_same_then_else)]