elichai / log-derive

A procedural macro for auto logging output of functions
https://docs.rs/log-derive
Apache License 2.0
189 stars 12 forks source link

Test the log outputs #26

Closed elichai closed 4 years ago

elichai commented 4 years ago

Finally some tests that actually test the output of the logger.

Currently they're partly broken because nightly+beta disagree with stable on the line number, still trying to figure out the related issue in rustc and then I need to add a workaround for the tests :/

elichai commented 4 years ago

cc https://github.com/rust-lang/rust/issues/74035