rust/tests/ui/resolve/issue-102946.rs
2023-01-11 09:32:08 +00:00

8 lines
174 B
Rust

impl Error for str::Utf8Error {
//~^ ERROR cannot find trait `Error` in this scope
//~| ERROR ambiguous associated type
fn description(&self) {}
}
fn main() {}