Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
resolve
/
issue-102946.rs
blob: c6feca6f32f608ddb947b0f5448ee280ac8d6e4e [
file
] [
log
] [
blame
]
impl
Error
for
str
::
Utf8Error
{
//~^ ERROR cannot find trait `Error` in this scope
//~| ERROR ambiguous associated type
fn
description
(&
self
)
{}
}
fn
main
()
{}