about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2021-12-11 17:54:53 -0800
committerNoah Lev <camelidcamel@gmail.com>2021-12-11 17:58:11 -0800
commitf53e489e6e721f914f6a3c59a7792dc5dfb80ad2 (patch)
tree50cc063fca88ca0d0f7e62b8a6f01d3e7594dee5 /compiler/rustc_codegen_llvm/src
parent229d0a94128d036fb07dafdb1f73db5eba5ab0d3 (diff)
downloadrust-f53e489e6e721f914f6a3c59a7792dc5dfb80ad2.tar.gz
rust-f53e489e6e721f914f6a3c59a7792dc5dfb80ad2.zip
Show the unused type for `unused_results` lint
I think it's helpful to know what type was unused when looking at these
warnings. The type will likely determine whether the result *should* be
used, or whether it should just be ignored.

Including the type also matches the behavior of the `must_use` lint:
unused `SomeType` that must be used.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions