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