Manually specify function as main / runnable in rust-analyzer?

Is it possible, to manually specify which function Rust Analyzer: Debug should execute?
I am used to having these small buttons on top of my main function in VSCode for easy debugging:
Bildschirmfoto 2021-06-24 um 17.08.47
However it seems recently it became common for several projects to specify their "own" main function and then I can't use that method, for example rocket does this:
Bildschirmfoto 2021-06-24 um 17.10.42

I would be fine with manually triggering Rust Analyzer: Debug from the command palette, but I am unable to specify the rocket function as runnable.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.