Default methods with self-calls make it as far as trans.
This commit is contained in:
parent
3a5c7f52cc
commit
280dfd2d29
2 changed files with 21 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//xfail-test
|
||||
|
||||
// Right now, this fails with "attempted access of field `purr` on
|
||||
// type `self`, but no public field or method with that name was
|
||||
// found".
|
||||
// Currently failing with an ICE in trans.
|
||||
|
||||
trait Cat {
|
||||
fn meow() -> bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue