You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might not make the meeting for this, but my thoughts are currently like rust-lang/rfcs#3453 (comment) -- that I think from a lang perspective this seems fine, but that actually getting "full" support for things might not happen for a very long time.
So my note for a discussion might be whether we'd be ok with this even if, for a while, say only literals and conversions and ABI support existed for them, perhaps not even things like *.
@scottmcm I think full support is both ideal and important, but this should not block just getting the type in, if that can be done faster. Having only literals and conversions is better than nothing for now. Basic math operations like addition and multiplication are very important too, only second to literals and conversions, so we must have them eventually.
rust-lang/rfcs#3453
The text was updated successfully, but these errors were encountered: