mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

Fix some typos in `StructFlags` And a question: what is the benefit of storing things like `IS_BOX` in struct flags over using `lang_attr`?