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

Fix C function FFI example in the Rust cheatsheet #12500

Merged
merged 1 commit into from
Feb 24, 2014

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Feb 23, 2014

Fix C function FFI example in the Rust cheatsheet

It incorrectly used int (Rust type) for int (C type) where it should have been c_int (Rust).

@brson brson mentioned this pull request Feb 23, 2014
bors added a commit that referenced this pull request Feb 24, 2014
@bors bors merged commit e9bb571 into rust-lang:master Feb 24, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 18, 2024
…ykril

Add completions to show only traits in trait `impl` statement

This is prerequisite PR for adding the assist mentioned in rust-lang#12500

P.S: If wanted, I will add the implementation of the assist in this PR as well.
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 this pull request may close these issues.

3 participants