rustc/tests/ui/resolve/issue-102946.rs
2023-08-02 10:33:26 +02: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() {}