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