2019-09-02 18:36:51 +09:00

6 lines
34 B
Rust

fn Foo<T>()
where
T: Bar,
{
}