Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
resolve
/
issue-102946.rs
blob: 8d90e61bb5d3ffcc951ac928935ae44793227953 [
file
] [
log
] [
blame
]
impl
Error
for
str
::
Utf8Error
{
//~^ ERROR cannot find trait `Error` in this scope
//~| ERROR ambiguous associated type
}
fn
main
()
{}