about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-16 19:56:51 +0000
committerbors <bors@rust-lang.org>2023-07-16 19:56:51 +0000
commitd9c24d1b1ee61f276e550b967409c9f155eac4e3 (patch)
tree3d3868b1ab8554f2c8e93496d45e31b687c33755 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent1d334696587ac22b3a9e651e7ac684ac9e0697b2 (diff)
parent498db80d5c391dd1206a5ba699b5b18df66f0331 (diff)
downloadrust-d9c24d1b1ee61f276e550b967409c9f155eac4e3.tar.gz
rust-d9c24d1b1ee61f276e550b967409c9f155eac4e3.zip
Auto merge of #11169 - y21:new_lint_unelide_lifetimes, r=xFrednet
don't hide lifetimes for `LateContext`

Running `cargo dev new_lint --type methods` creates the lint file with hidden lifetimes for the `LateContext` parameter (i.e. `&LateContext`, when it should be `&LateContext<'_>`). This is already warned on with `#![warn(rust_2018_idioms)]`, so clippy should not use hidden lifetimes

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions