Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Send bound to T in Vc<T> to make type error less cryptic #5871

Merged
merged 16 commits into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. Add : Send

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a65ad3b View commit details
    Browse the repository at this point in the history
  2. Some fix for trait impls

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ac0f033 View commit details
    Browse the repository at this point in the history
  3. Patch macro

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b9c49fd View commit details
    Browse the repository at this point in the history
  4. More bound

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6df2810 View commit details
    Browse the repository at this point in the history
  5. More work for send bound

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    afff6fe View commit details
    Browse the repository at this point in the history
  6. More macro work

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    73eaf2b View commit details
    Browse the repository at this point in the history
  7. + Send

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    df52811 View commit details
    Browse the repository at this point in the history
  8. Patch macro

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a634407 View commit details
    Browse the repository at this point in the history
  9. + Send

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a7513cc View commit details
    Browse the repository at this point in the history
  10. + Send

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    42498da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    146a7cd View commit details
    Browse the repository at this point in the history
  12. Add Send bounds

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8aabac1 View commit details
    Browse the repository at this point in the history
  13. ICE

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0af9f41 View commit details
    Browse the repository at this point in the history
  14. Fix

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5c1dcf1 View commit details
    Browse the repository at this point in the history
  15. More

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4234421 View commit details
    Browse the repository at this point in the history
  16. clippy

    kdy1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6f60fc7 View commit details
    Browse the repository at this point in the history