zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Incorrect matching angle bracket with Fn traits in generics #133

Open ghost opened 6 years ago

ghost commented 6 years ago

I was advised to open an issue in this repository from rust-lang-nursery/rls-vscode.

image The return type arrow -> is being incorrectly parsed as a closing angle bracket. This kind of nesting probably doesn't come up often, but would be nice if this was accounted for.

RLS extension v0.4.5, VS Code v1.23.1