## Bug Report <!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. --> ### Version opentelemetry = "0.6.0" tracing-opentelemetry = "0.5.0" <!-- List the versions of all `tracing` crates you are using. The easiest way to get this information is using `cargo-tree`. `cargo install cargo-tree` (see install here: https://github.com/sfackler/cargo-tree) Then: `cargo tree | grep tracing` --> ### Platform <!--- Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) --> ### Crates <!-- If known, please specify the affected tracing crates. Otherwise, delete this section. --> ### Description <!-- Enter your issue details below this comment. One way to structure the description: <short summary of the bug> --> I tried this code: ``` let telemetry = tracing_opentelemetry::layer().with_tracer(tracer); ``` I expected to see this happen: <explanation> No error Instead, this happened: <explanation> <img width="819" alt="Screen Shot 2020-07-27 at 10 31 12" src="https://user-images.githubusercontent.com/36273288/88561116-9959f200-cff4-11ea-9951-c56c557f977c.png">