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

Add some documentation about globals in ffi docs #8322

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

Closes #6756

@alexcrichton
Copy link
Member Author

Removed xfail-test and errno references (@thestinger pointed out that's not actually a global)

@emberian
Copy link
Member

emberian commented Aug 8, 2013

Closing; in my rollup.

@emberian emberian closed this Aug 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 10, 2022
single_match: Don't lint non-exhaustive matches; support tuples

`single_match` lint:
* Don't lint exhaustive enum patterns without a wild.
  Rationale: The definition of the enum could be changed, so the user can get non-exhaustive match after applying the suggested lint (see rust-lang/rust-clippy#8282 (comment) for context).
* Lint `match` constructions with tuples (as suggested at rust-lang/rust-clippy#8282 (comment))

Closes rust-lang#8282

---

changelog: [`single_match`]: Don't lint exhaustive enum patterns without a wild.
changelog: [`single_match`]: Lint `match` constructions with tuples
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.

FFI docs: state how to expose non-function symbols (or state if unsupported)
3 participants