rust/tests/target/issue-3253/paths/foo_bar.rs
2019-09-02 18:36:51 +09:00

6 lines
34 B
Rust

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