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
At the moment a newtype struct can just be constructed and used as the original type with a dereference outside of the module. It's not possible to use them as an independent new type.
Activity
alexcrichton commentedon May 20, 2013
Nominating for feature-complete
graydon commentedon May 23, 2013
closing INVALID, we don't have privacy on tuples; make a field name if you want privacy
Auto merge of rust-lang#5489 - phansch:node-id-hir-id, r=flip1995