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

libc::open should take a mode_t instead of c_int. #15582

Closed
carllerche opened this issue Jul 10, 2014 · 0 comments
Closed

libc::open should take a mode_t instead of c_int. #15582

carllerche opened this issue Jul 10, 2014 · 0 comments

Comments

@carllerche
Copy link
Member

On some platforms, mode_t is not defined as c_int. For example, on my platform, mode_t is defined as u16.

bors added a commit to rust-lang-ci/rust that referenced this issue Nov 13, 2023
add option to show full function signatures in completion docs

implements rust-lang#15538

with `"rust-analyzer.completion.fullFunctionSignatures.enable": false`:
![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/ff739ad1-9975-461f-a62d-22c7823e7b71)

with `"rust-analyzer.completion.fullFunctionSignatures.enable": true`:
![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/9bc98300-cef6-44ef-a353-dcf35cd36fce)
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

No branches or pull requests

1 participant