Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5655
/
two.rs
blob: 4a7eb4f4bc27e411a79abfb5bae0a53ef06079df [
file
]
// rustfmt-style_edition: 2024
fn
foo
<
T
>(
_
:
T
)
where
T
:
std
::
fmt
::
Debug
,
T
:
std
::
fmt
::
Display
,
{
}