Add a (currently unused) "transformed self type" pointer into ty::method
This commit is contained in:
parent
0a0525e366
commit
3333b0f117
7 changed files with 144 additions and 31 deletions
|
|
@ -15,7 +15,7 @@ struct Foo {
|
|||
}
|
||||
|
||||
pub impl Foo {
|
||||
fn foo(&'a self) {}
|
||||
fn foo<'a>(&'a self) {}
|
||||
}
|
||||
|
||||
pub fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue