-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Check types in method signatures #25388
Comments
Fixing this seems 1) important but 2) kind-of backward-compatibility breaking |
Related to #19182. |
We intentionally chose not to check that argument types are |
Fixes rust-lang#21111. Fixes rust-lang#24707. Fixes rust-lang#24957. Fixes rust-lang#25388. Fixes rust-lang#25637. Fixes rust-lang#26301.
We don't check that types in method signatures are well-formed, or even when they are Sized. I mean, this compiles:
The text was updated successfully, but these errors were encountered: