about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-04 18:55:43 +0200
committerGitHub <noreply@github.com>2022-09-04 18:55:43 +0200
commit8f8a36d1c2795dcdab29d12a73cc49fd252ecc34 (patch)
tree4d295eacb1f41ade8bf3a1d1dc5084d92d5523c1 /compiler/rustc_interface/src
parentc4ea4fb576e0fbdd89f4d99ef8474f422469f7ed (diff)
parent3afbc115f7f7f6b94c213bd3e5a19004cffe196f (diff)
downloadrust-8f8a36d1c2795dcdab29d12a73cc49fd252ecc34.tar.gz
rust-8f8a36d1c2795dcdab29d12a73cc49fd252ecc34.zip
Rollup merge of #101385 - BartMassey-upstream:file-doc, r=thomcc
updated description of File struct in std::fs

I've seen several folks confused by the description of `std::fs::File` as "A reference to an open file on the filesystem." Apparently the word `reference` is sometimes taken to mean a Rust `&` reference, leading to confusion. Here's a recent representative [Reddit thread](https://www.reddit.com/r/rust/comments/x4k0lv/comment/imxu7v2/?utm_source=share&utm_medium=web2x&context=3), but I've seen this before as well.

This patch changes the description to "An object providing access to an open file on the filesystem." Hopefully this is clearer.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions