web_logger
web_logger copied to clipboard
panicked at 'attempted to leave type `webcore::serialization::SerializedValue` uninitialized, which is invalid
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.