nice error message if you try to Future<void>
Summary: If you try to make a future or promise of `void`, you will get this nice error message telling you to use `Unit` instead. Reviewed By: @djwatson Differential Revision: D2211239
Showing
Please register or sign in to comment