summary refs log tree commit diff
path: root/src/test/ui/issues/issue-5099.rs
blob: d00fff32809206b285a178d948abe48eec69342f (plain)
1
2
3
trait B < A > { fn a() -> A { this.a } } //~ ERROR cannot find value `this` in this scope

fn main() {}