aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rs
blob: eb21a657b909a7952b8944ec25aae5750fc2ee67 (plain)
1
fn print_all<T: Iterator<Item: Display>>(printables: T) {}