Skip to content
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

Accessor for mode bits on Permissions on unix #22738

Closed
alexcrichton opened this issue Feb 23, 2015 · 0 comments · Fixed by #22744
Closed

Accessor for mode bits on Permissions on unix #22738

alexcrichton opened this issue Feb 23, 2015 · 0 comments · Fixed by #22744

Comments

@alexcrichton
Copy link
Member

We've got set_mode, but we should also have mode which returns i32 (or some representation of the underlying permissions).

alexcrichton added a commit to alexcrichton/rust that referenced this issue Feb 23, 2015
Currently we have a `set_mode` mutator, so this just adds the pairing of a
`mode` accessor to read the value.

Closes rust-lang#22738
Manishearth added a commit to Manishearth/rust that referenced this issue Feb 25, 2015
 Currently we have a `set_mode` mutator, so this just adds the pairing of a
`mode` accessor to read the value.

Closes rust-lang#22738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant