rust/tests/target/issue-1824.rs
2018-03-02 15:07:13 +13:00

5 lines
47 B
Rust

pub trait Ingredient
where
Self: Send,
{
}