Sign in
◑
Theme
rust
/
rust
/
7ce91c53c4c7fa80b60b49e030b0298d4e575d23
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-5655
/
two.rs
blob: bfe1d3813bbd64ee851418065e86e2b0a2675011 [
file
]
// rustfmt-style_edition: 2024
fn
foo
<
T
>(
_
:
T
)
where
T
:
std
::
fmt
::
Debug
,
T
:
std
::
fmt
::
Display
,
{
}