-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
#[php_class]
struct Foo {}
#[php_impl]
impl Foo {
pub fn someMethod(&mut self) -> &mut Self {
self
}
}
error[E0277]: the trait bound `&mut PhpClassImplCollector<Foo>: IntoZval` is not satisfied
--> src/lib.rs:7:37
|
7 | pub fn someMethod(&mut self) -> &mut Self {
| ^^^^^^^^^ the trait `IntoZval` is not implemented for `&mut PhpClassImplCollector<Foo>`
|
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request