]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-5207.rs
Auto merge of #5246 - JarredAllen:master, r=flip1995
[rust.git] / tests / ui / crashes / ice-5207.rs
1 // edition:2018
2
3 // Regression test for https://github.com/rust-lang/rust-clippy/issues/5207
4
5 pub async fn bar<'a, T: 'a>(_: T) {}
6
7 fn main() {}