Sign in
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
tests
/
ui
/
resolve
/
parse_error.rs
blob: 4cd025e1edf5b3cd36276f51d4ba1d4369b62669 [
file
]
struct
Canonical
;
impl
<
S
:
Into
<
std
::
borrow
::
Cow
<
'
static
,
str
>>
From
<
S
>
for
Canonical
{
//~ ERROR expected
fn
foo
()
{}
}
fn
bar
()
{}