Closed
Description
When trying to modularize some code I'd written using the D-Bus Rust bindings, I decided to extract closures from their DSL and put them into their own functions. The resulting files are in the included gist as handlers.rs, and main.rs
The crash seems to be caused from the parameter of the method being named info, while the code is expecting it to be named m
. The full error log is in the attached gist named error.log
rustc --version --verbose output is in rustc-verison.log
https://gist.github.com/Redrield/cb11307cb6bd85e18f809d248f3ab595
(Note that the issue can be fixed by renaming the parameter to match what is expected.)
Metadata
Metadata
Assignees
Labels
No labels