mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-17 18:28:40 +00:00
6 lines
128 B
Rust
6 lines
128 B
Rust
|
// Regression test for https://github.com/rust-lang/rust-clippy/issues/5207
|
||
|
|
||
|
pub async fn bar<'a, T: 'a>(_: T) {}
|
||
|
|
||
|
fn main() {}
|