rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
784 stars 105 forks source link

Syntax Highlighting: Unstable Tracking Issue #333

Open ehuss opened 6 years ago

ehuss commented 6 years ago

This is a tracking issue for unstable syntax that is currently not supported. I think it is OK to add support for some of these before it is stabilized, as long as the changes aren't too invasive (and can be easily backed out or changed if the feature changes before it is stabilized). This issue is mainly intended as a heads-up for things on the horizon.

This list is far from complete, but covers a few things I'm aware of and are under active development. If anyone knows of something to add, please add a comment.

ghost commented 4 years ago

let mut y: i32 = 0; let _ = &raw mut y as *mut u32;