mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-05 17:39:01 -06:00
This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).