4 lines
104 B
Rust
4 lines
104 B
Rust
trait B < A > { fn a() -> A { this.a } } //~ ERROR cannot find value `this` in this scope
|
|
|
|
fn main() {}
|