Rocket/core
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
..
codegen Warn if a task is spawned in a sync '#[launch]'. 2023-10-26 19:23:12 -05:00
http Fix missing port parsing in 'Authority'. 2023-05-05 18:21:17 -07:00
lib Document built-in data guards. 2023-10-26 19:22:48 -05:00