Closed dbrgn closed 6 years ago
Thanks! Fixed in #292, released in 0.4.5. The problem was this macro in your example code conflicting with one of our private internal helper macros. Problems like this will be fixed by the macro improvements in Rust 2018.
Thanks for the quick reaction and the fix, @dtolnay!
After upgrading to log 0.4.4 the
debug!
calls in an example script fail:You can find the error in CI here: https://circleci.com/gh/saltyrtc/saltyrtc-client-rs/300
When downgrading to log 0.4.3 it works again:
To reproduce: