Rocket/core/codegen
Sergio Benitez afb5374157 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-05-24 11:33:56 -07:00
..
src Warn if a task is spawned in a sync '#[launch]'. 2023-05-24 11:33:56 -07:00
tests Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
Cargo.toml New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00