Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait Trait {
fn outer(&self) {
fn inner(_: &Self) {
//~^ ERROR can't use generic parameters from outer function
}
fn main() { }