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

5 lines
127 B
Rust
Raw Normal View History

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