about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-09-28 13:07:17 +0900
committerGitHub <noreply@github.com>2022-09-28 13:07:17 +0900
commit9436ffc226fa8e0359d19932c246b14d93d6e586 (patch)
tree1e9812b33d136a8ef1e68ac38327043ae24ea3a2 /compiler/rustc_codegen_llvm/src
parent07bb2e65276d21ef97a6bdbcfdd74cfce47baa37 (diff)
parent4ff83cee95cf73708cc5455f4ecce5eb1c21ffc6 (diff)
downloadrust-9436ffc226fa8e0359d19932c246b14d93d6e586.tar.gz
rust-9436ffc226fa8e0359d19932c246b14d93d6e586.zip
Rollup merge of #102288 - mejrs:inner, r=compiler-errors
Suggest unwrapping `???<T>` if a method cannot be found on it but is present on `T`.

This suggests various ways to get inside wrapper types if the method cannot be found on the wrapper type, but is present on the wrappee.

For this PR, those wrapper types include `Localkey`, `MaybeUninit`, `RefCell`, `RwLock` and `Mutex`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions