Rocket/core/codegen
Sergio Benitez 4b7d48967b Warn if a task is spawned in a sync '#[launch]'.
The warning is fairly conservative. Heuristics are used to determine if a call
to `tokio::spawn()` occurs in the `#[launch]` function.

Addresses #2547.
2023-10-26 19:23:12 -05:00
..
src Warn if a task is spawned in a sync '#[launch]'. 2023-10-26 19:23:12 -05:00
tests Tidy custom forward status changes, update docs. 2023-05-05 18:21:17 -07:00
Cargo.toml New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00