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

RFC: DynSized without ?DynSized — Lint against use of extern type in size_of_val, and more #2310

Closed
wants to merge 3 commits into from

Commits on Jan 25, 2018

  1. Add DynSized.

    kennytm committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    d2769e1 View commit details
    Browse the repository at this point in the history
  2. Clarify the error codes.

    kennytm committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    6d39fd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. A union with two DST fields may or may not be DynSized.

    Let's avoid making this decision here.
    kennytm committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    fec675e View commit details
    Browse the repository at this point in the history