TedDriggs / darling

A Rust proc-macro attribute parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable `diagnostics` feature on Rust `stable`

pintariching opened this issue · comments

Currently the diagnostics feature works only for nightly. Could it be made to work for stable too?

I believe that enabling it for stable fails because it relies on rustc features that aren't stabilized.

Closing this since I don't see a timeline for diagnostics hitting stable; if that does happen and you're later reading this, please either comment here or file a new issue.