Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
generics
/
unclosed-generics-in-impl-def.rs
blob: 2ec99b16e552b28fe213bf75d5599e2910cb4bed [
file
] [
log
] [
blame
] [
edit
]
impl
<
S
:
Into
<
std
::
borrow
::
Cow
<
'
static
,
str
>>
From
<
S
>
for
Canonical
{}
//~ ERROR expected
fn
main
()
{}