rust-analyzer/crates/ra_ide
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
test_data Merge #5692 2020-08-09 23:16:58 +00:00
Cargo.toml Replace rand with oorandom 2020-07-29 19:49:10 +02:00