Files
rust/tests/ui/resolve/issue-102946.rs
2025-08-26 06:36:53 +00:00

7 lines
144 B
Rust

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