Rust folks, just out of curiosity, do you know why this weird type alias triggers E0119 if used when implementing TryFrom? 😅

https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=c366b957e8dc6b6d1bb9fcd174e1438e

#rust #rustlang

Rust Playground

A browser interface to the Rust compiler to experiment with the language

@Dryadxon I'm pretty sure that would be a compiler bug.