Closed
Description
The liquidfun crate version 0.8.0 fails to build on latest beta 1.21, while the build works on stable. The error output (full log):
error[E0106]: missing lifetime specifier
--> src/box2d/dynamics/body.rs:110:49
|
110 | fn b2Body_GetPosition(this: *mut B2Body) -> &Vec2;
| ^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
= help: consider giving it an explicit bounded or 'static lifetime
cc @rjanicek