impressed with GPT-4 today, told me "that code should work, maybe there's a bug in the compiler" and it actually was a bug in the compiler
could you elaborate, I'm intrigued. I was having it interpret some PlantUML diagrams (plantuml.com/state-diagram#c…) and it pointed out an error that had been online for likely years. (EvCapsLockPressed was in one of the last transitions vs EvScrollLockPressed and it pointed it out).
Replying to @traviscline
here's the transcript. `rustup update` did in fact fix the problem.

May 8, 2023 · 9:25 PM UTC

Replying to @lacker @traviscline
Wow. Do you know if this bug was one fixed after its knowledge cutoff date?
I’m pretty sure yes, but to be fair, it seems like running rustup is often the solution to really weird rust-analyzer errors
Replying to @lacker @traviscline
Word prediction my ass 😂
Replying to @lacker @traviscline
I thought rust-analyzer was just a language server right? It’s cool that it can do this but I thought it’d be a bug in rustc itself from what you said