pub fn record_skipped(name: &str, reason: &str)Expand description
Record a skipped struct/type into the per-thread buffer.
Called by language frontends when they encounter a type they cannot size
(e.g. generic/template types). The buffer is drained by parse_source.