blob: c6feca6f32f608ddb947b0f5448ee280ac8d6e4e [file] [log] [blame] [edit]
impl Error for str::Utf8Error {
//~^ ERROR cannot find trait `Error` in this scope
//~| ERROR ambiguous associated type
fn description(&self) {}
}
fn main() {}