about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-01-12 07:12:15 +0100
committerGitHub <noreply@github.com>2022-01-12 07:12:15 +0100
commit286bb18a9b8c8bafe64eb9add96f597a3d80f832 (patch)
tree94085cef2429674da61185207ff63ff24d422fd1 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentbc0a16524097d6c0f2d867c60d68cced19efb1db (diff)
parent5786bbddc670597af286381b27fbb9f563cf7dc7 (diff)
downloadrust-286bb18a9b8c8bafe64eb9add96f597a3d80f832.tar.gz
rust-286bb18a9b8c8bafe64eb9add96f597a3d80f832.zip
Rollup merge of #92748 - david-perez:eliminate-boxed-wording-std-error, r=Mark-Simulacrum
Eliminate "boxed" wording in `std::error::Error` documentation

In commit 29403ee, documentation for the methods on `std::any::Any` was
modified so that they referred to the concrete value behind the trait
object as the "inner" value. This is a more accurate wording than
"boxed": while putting trait objects inside boxes is arguably the most
common use, they can also be placed behind other pointer types like
`&mut` or `std::sync::Arc`.

This commit does the same documentation changes for `std::error::Error`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions