Oli Scherer
Oli Scherer
I also don't think we should do this. Either we decide on rustfmt settings as a team, or we keep the current chaotic system. But doing a manual reformatting towards...
There is some concern about the verbosity of this, so I'm going to create some rustc examples and will check what rustc folk think
The issue is that macroquad uses `async` because Rust does not have stable `Generator`s yet. You can't actually do anything async in macroquad, every `await` point basically steps to the...
Macroquad could (and should) be using generators instead of async, but generators aren't stable or convenient yet.
That would be incompatible with Wasm support afaict. You can already spawn a thread yourself and run a tokio runtime in there. It just won't interact with the async used...
I'm not the maintainer, so take this with a grain of salt: Making non-Wasm use tokio will require quite a bit of effort, it may not be worth it, considering...
Closing as there are alternatives (improving the existing errors) that we should explore first
> There is indeed a regression in `dialectic-tokio-serde-0.1.0`. Here's a minimization. should probably add a test for that. @jackh726 is this PR on hold until we get implied bounds or...
cc @JakobDegen
Please rebase so there are no more merge commits