rust/crates/ra_hir_def
Paul Daniel Faria 263f9a7f23 Add tracking of packed repr, use it to highlight unsafe refs
Taking a reference to a misaligned field on a packed struct is an
unsafe operation. Highlight that behavior. Currently, the misaligned
part isn't tracked, so this highlight is a bit too aggressive.
2020-08-10 08:44:54 -04:00
..
src Add tracking of packed repr, use it to highlight unsafe refs 2020-08-10 08:44:54 -04:00
Cargo.toml Remove insta for ra_hir_def 2020-07-17 15:54:40 +02:00