Closed
Description
< bstrie> pcwalton: do you know why priv is commented out on this line in
std::future?
https://github.com/mozilla/rust/blob/master/src/libstd/future.rs#L30
<@brson> bstrie: because the priv keyword wasn't supported there at the
time. it's a reminder that that field should be 'priv'
< bstrie> ok, so that should be changed then
<@brson> yes
Find all priv fields of this type and uncomment them. Should perhaps also go through the rest of the libraries and stick priv qualifiers wherever their use may have been overlooked.