mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
8eba29ac10
We don't need to "short circuit trait resolution", because DynSend and DynSync are auto traits and thus coinductive
For more information about how rustc works, see the rustc dev guide.