Sign in
android
/
toolchain
/
rustc
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
tests
/
ui
/
resolve
/
issue-102946.rs
blob: 8d90e61bb5d3ffcc951ac928935ae44793227953 [
file
] [
log
] [
blame
] [
edit
]
impl
Error
for
str
::
Utf8Error
{
//~^ ERROR cannot find trait `Error` in this scope
//~| ERROR ambiguous associated type
}
fn
main
()
{}