rust/tests/target/issue-1824.rs

6 lines
47 B
Rust
Raw Normal View History

pub trait Ingredient
where
Self: Send,
{
}