9 lines
101 B
Rust
9 lines
101 B
Rust
// rustfmt-version: Two
|
|
|
|
fn foo<T>(_: T)
|
|
where
|
|
T: std::fmt::Debug,
|
|
T: std::fmt::Display,
|
|
{
|
|
}
|