mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 06:06:57 +00:00
Improved diagnostic on failure to meet send bound on future in a foreign crate Provide a better diagnostic on failure to meet send bound on futures in a foreign crate. fixes #78543