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