-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
S-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
Proc macros are opt-in, we should make them opt-out. Part of #7325 (comment)
Steps:
- cleanup settings naming, docs, location and semantics. Current settings are a bit of a mess.
- make sure that proc macros are loaded asynchronously. At the moment, we run
cargo check
andcargo metadata
together. Instead, we should first run only metadata, immediatelly start suggesting cod insight, and loadcargo check
info in backgrooud. This should also pave the way for reloading things when build.rs / proc macros change. - (ideally) implement ABI detection, so that we don't silently crash on ABI misatch
kennykerr, shepmaster, tommket and Virgiel
Metadata
Metadata
Assignees
Labels
S-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now