web_logger icon indicating copy to clipboard operation
web_logger copied to clipboard

panicked at 'attempted to leave type `webcore::serialization::SerializedValue` uninitialized, which is invalid

Open intendednull opened this issue 5 years ago • 0 comments

After updating to rustc 1.48.0 my app panics with:

panicked at 'attempted to leave type `webcore::serialization::SerializedValue` uninitialized, which is invalid

Commenting out web_logger::init() resolves the issue.

intendednull avatar Nov 23 '20 23:11 intendednull