Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-11803.rs
blob: e85f3190938808c0353a031538ca0f9f58455633 [
file
] [
log
] [
blame
]
//@no-rustfix
#![
warn
(
clippy
::
impl_trait_in_params
)]
pub
fn
g
<
T
:
IntoIterator
<
Item
=
impl
Iterator
<
Item
=
impl
Clone
>>>()
{
//~^ impl_trait_in_params
//~| impl_trait_in_params
extern
"C"
fn
implementation_detail
()
{}
}
fn
main
()
{}