rust-analyzer/crates/parser/test_data/parser/inline/ok/precise_capturing.rs
2024-07-23 22:36:46 +01:00

1 line
63 B
Rust

fn captures<'a: 'a, 'b: 'b, T>() -> impl Sized + use<'b, T> {}