]> git.lizzy.rs Git - rust.git/blob - src/test/ui/self/self-vs-path-ambiguity.stderr
Update ui tests
[rust.git] / src / test / ui / self / self-vs-path-ambiguity.stderr
1 error: unexpected lifetime `'a` in pattern
2   --> $DIR/self-vs-path-ambiguity.rs:9:11
3    |
4 LL |     fn i(&'a self::S: &S) {}
5    |           ^^ unexpected lifetime
6
7 error: aborting due to previous error
8