Rocket/core/codegen/src
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
..
attribute Warn if a task is spawned in a sync '#[launch]'. 2023-05-24 11:33:56 -07:00
bang Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
derive Remove closure borrow in 'FromForm' derive. 2023-05-15 16:53:26 -07:00
exports.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
http_codegen.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
lib.rs New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00
name.rs Support type generics, unit structs in 'FromForm'. 2021-06-29 03:37:52 -07:00
proc_macro_ext.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
syn_ext.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00