Niklas Fischer

Results 3 comments of Niklas Fischer

Finally I've found the issue I'm having. I am also using a custom reference class with semantics similar to `java.util.Optional`. Thank you @xak2000 for providing a workaround, which I can...

I am also affected by this bug and as @andrzej-nov says it is 100% reproducible on my device rendering the app completely unusable on it. I have just submitted a...

@poovamraj good suggestion, it leads to a warning though: ``` warning: unused `Result` that must be used --> src/main.rs:10:5 | 10 | rocket::build().mount("/", routes![index]).launch().await; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]`...