Why doesn't Rust implement From<!> for every type?

Such implementations will never break soundness. Why doesn't Rust do this?

Why should it? What would the use case be?

1 Like

The implementation would have to be magic, as it overlaps with From<T> for T.

6 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.