breuleux/earl-grey

Make non-async functions that use the await keyword fail at compile-time

Opened this issue · 0 comments

davej commented

Can non-async functions that use the await keyword fail at compile-time?

I often run into silent errors that cause my app not to run because I've forgotten the async keyword on the function.