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

2 lines
29 B
Rust
Raw Normal View History

2018-07-31 11:58:12 -05:00
fn foo<T>() where T: Copy {}