]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/crashes/ice-5207.rs
New upstream version 1.71.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crashes / ice-5207.rs
CommitLineData
f20569fa 1// Regression test for https://github.com/rust-lang/rust-clippy/issues/5207
f20569fa
XL
2pub async fn bar<'a, T: 'a>(_: T) {}
3
4fn main() {}