Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
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
()
{}