rust-clippy/tests/ui/crashes/ice-5207.rs

8 lines
145 B
Rust
Raw Normal View History

2020-02-21 07:24:58 +00:00
// edition:2018
// Regression test for https://github.com/rust-lang/rust-clippy/issues/5207
pub async fn bar<'a, T: 'a>(_: T) {}
fn main() {}