about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-11-24 08:23:51 +0100
committerGitHub <noreply@github.com>2023-11-24 08:23:51 +0100
commitb8657093d6fe834af76bb28d5fd71dc67853112f (patch)
treedc1c290712c4259e3c549be6802d2bf06f6d4fec /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parent41fe75ec6b824d51e5365098c4af9de45e5a2723 (diff)
parent1fb00335df72fc3a05cd13a2bd5013f362d21177 (diff)
downloadrust-b8657093d6fe834af76bb28d5fd71dc67853112f.tar.gz
rust-b8657093d6fe834af76bb28d5fd71dc67853112f.zip
Rollup merge of #116807 - seanlinsley:patch-2, r=thomcc
Improve rewind documentation

The persistent use of an internal cursor for readers is expected for buffer data types that aren't read all at once, but for files it leads to the confusing situation where calling `read_to_end` on the same file handle multiple times only returns the contents of the file for the first call. This PR adds a note to the documentation clarifying that in that case, `rewind()` must first be called.

I'm unsure if this is the right location for the docs update. Maybe it should also be duplicated on `File`?
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions