editor-rs / vscode-rust

Rust for Visual Studio Code
MIT License
474 stars 62 forks source link

No syntax highlighting for impl Trait #381

Open spacekookie opened 6 years ago

spacekookie commented 6 years ago

Version of VSCode: 1.23.1 Version of the extension: 0.4.4 OS: Linux

Description

fn foo() -> impl Bar { } has no highlighting for impl Bar as shown in examples on the Rust blog

Logs

Not applicable/ Not interesting

sklose commented 6 years ago

same for the new dyn Trait syntax