Improve VaList stdlib docs#152675
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Feb 17, 2026
Merged
Conversation
Collaborator
|
|
This comment has been minimized.
This comment has been minimized.
7c3cb23 to
bb83601
Compare
This comment has been minimized.
This comment has been minimized.
bb83601 to
0fc027b
Compare
tgross35
reviewed
Feb 16, 2026
0fc027b to
3b5874e
Compare
tgross35
approved these changes
Feb 16, 2026
Contributor
Author
|
@bors r=tgross35 rollup |
Contributor
jdonszelmann
added a commit
to jdonszelmann/rust
that referenced
this pull request
Feb 17, 2026
Improve `VaList` stdlib docs tracking issue: rust-lang#44930 Some improvements to the `VaList` documentation, at least adding an example. We should link to the reference for c-variadic functions once stable. I've tried to call out explicitly that the type is meant for sending over the FFI boundary. r? workingjubilee cc @tgross35
This was referenced Feb 17, 2026
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 17, 2026
Rollup of 6 pull requests Successful merges: - #152609 (Install LLVM DLL in the right place on Windows) - #149904 (`-Znext-solver` Remove the forced ambiguity hack from search graph) - #152704 (Remove `QueryCtxt` and trait `HasDepContext`) - #152746 (remove `#![allow(stable_features)]` from most tests) - #152675 (Improve `VaList` stdlib docs) - #152748 (Update `sysinfo` version to `0.38.2`)
rust-timer
added a commit
that referenced
this pull request
Feb 17, 2026
Rollup merge of #152675 - folkertdev:va-list-docs, r=tgross35 Improve `VaList` stdlib docs tracking issue: #44930 Some improvements to the `VaList` documentation, at least adding an example. We should link to the reference for c-variadic functions once stable. I've tried to call out explicitly that the type is meant for sending over the FFI boundary. r? workingjubilee cc @tgross35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tracking issue: #44930
Some improvements to the
VaListdocumentation, at least adding an example. We should link to the reference for c-variadic functions once stable. I've tried to call out explicitly that the type is meant for sending over the FFI boundary.r? workingjubilee
cc @tgross35