Skip to content

Make WssyError compatable with anyhow

Colin Kinloch requested to merge ColinKinloch/way-assay:wssy_error_anyhow into main

Add Send + Sync bounds to DupError trait object.

This will allow the error propagation expression ? will work on WssyErrors in functions that return a anyhow::Result.

As far as I can see this is only used when failing to clone a wayland messages fd, I'm hoping this doesn't cause any issues down the line.

Merge request reports