• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: �� Bug Report
3about: If something isn't working as expected ��.
4
5---
6
7## Bug Report
8<!--
9Thank you for reporting an issue.
10
11Please fill in as much of the template below as you're able.
12-->
13
14### Version
15
16<!--
17List the versions of all `tracing` crates you are using. The easiest way to get
18this information is using `cargo-tree`.
19
20`cargo install cargo-tree`
21(see install here: https://github.com/sfackler/cargo-tree)
22
23Then:
24
25`cargo tree | grep tracing`
26-->
27
28### Platform
29
30<!---
31Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
32-->
33
34### Crates
35
36<!--
37If known, please specify the affected tracing crates. Otherwise, delete this
38section.
39-->
40
41### Description
42
43<!--
44
45Enter your issue details below this comment.
46
47One way to structure the description:
48
49<short summary of the bug>
50
51I tried this code:
52
53<code sample that causes the bug>
54
55I expected to see this happen: <explanation>
56
57Instead, this happened: <explanation>
58-->
59