mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 13:07:11 +00:00
7 lines
144 B
Rust
7 lines
144 B
Rust
impl Error for str::Utf8Error {
|
|
//~^ ERROR cannot find trait `Error` in this scope
|
|
//~| ERROR ambiguous associated type
|
|
}
|
|
|
|
fn main() {}
|