Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Highlighting: Unstable Tracking Issue #333

Open
4 of 8 tasks
ehuss opened this issue Aug 21, 2018 · 1 comment
Open
4 of 8 tasks

Syntax Highlighting: Unstable Tracking Issue #333

ehuss opened this issue Aug 21, 2018 · 1 comment
Labels
A-syntax Area: Syntax highlighting

Comments

@ehuss
Copy link

ehuss commented Aug 21, 2018

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.

@ehuss ehuss added the A-syntax Area: Syntax highlighting label Aug 21, 2018
@ghost
Copy link

ghost commented Feb 26, 2020

let x: i32 = 0;
let _ = &raw const x as *const u32;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntax Area: Syntax highlighting
Projects
None yet
Development

No branches or pull requests

1 participant