Jonathan Pallant
Jonathan Pallant
I'm not sure it has 6 on one single platform? I was thinking of `C` vs `stdcall` but I could accept changing it to *Windows has __at least__ two* if...
This has been done I think.
s/local/static. A string literal isn't local - it's a string slice with static lifetime.
I think the note to add here is that whilst you can return a slice with static lifetime, the borrow checker can only assume the lifetime of the output is...
We fixed this.
Raz wrote a bunch of material, but it didn't quite fit the slide format. Andrei wrote some slides. We should try and bring this together.
Yeah but at some point they're going to try and use string literals, and they need to know it's painful. We covered this with an apology and said "don't worry...
Dupe of #53?
Could we add a few words (here, or in a README) about how the cheatsheets work - to save having to read and understand the source code?
Also, it needs a rebase on `main` to fix the CloudFlare CI failure, and some thought about the workspaces to fix the GHA CI failure.