Rocket/core
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
..
codegen Warn if a task is spawned in a sync '#[launch]'. 2023-05-24 11:33:56 -07:00
http Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
lib Document built-in data guards. 2023-05-18 18:22:40 -07:00