I think this is because rustc_plugin needs to be updated.
However, I have a project that I am using Rust Beta. As I want access to async functions in traits. This plugin is failing to run stating that functions in traits cannot be declared as 'async'.
I think this is because rustc_plugin needs to be updated.
However, I have a project that I am using Rust Beta. As I want access to async functions in traits. This plugin is failing to run stating that functions in traits cannot be declared as 'async'.