about summary refs log tree commit diff
path: root/tests/ui/resolve/issue-102946.rs
blob: 8d90e61bb5d3ffcc951ac928935ae44793227953 (plain)
1
2
3
4
5
6
impl Error for str::Utf8Error {
    //~^ ERROR cannot find trait `Error` in this scope
    //~| ERROR ambiguous associated type
}

fn main() {}