rust/tests/data/parser/inline/0059_fn_item_where_clause.rs

2 lines
29 B
Rust
Raw Normal View History

2018-07-31 18:58:12 +02:00
fn foo<T>() where T: Copy {}