-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Kill off TYSPEC_callable #62
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
Labels
A-type-system
Area: Type system
Comments
New typechecker kills off all tyspecs, including this one. |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
Fixes rust-lang#62. Of the formats proposed there, I went with option (e.c).
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add hostent structure
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
* [ci] enable clippy * [clippy] fix clippy issues
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
As a part of this, remove the reference to coerce_inner and replace it with a proper description of unsized coercions. That description will have to be updated later when more of the unsized work stabilizes. Closes rust-lang#62.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 1, 2021
Add SIMD shuffles for SimdType{2,4,8,16,32,64}
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
support windows OS
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Special case fat-ptr to fat-ptr casts * Fix issues in rvalue computation related to ADT fat pointers * Assign statements now always type-check. Remove the special casing for when they didn't
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TYSPEC_callable type is no longer required; the only callable things are functions and iterators now, both part of TY_fn.
The text was updated successfully, but these errors were encountered: