We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default
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
Sublime Text 3 (Build 3176)
v2.15.0
macOS v10.13.4 (high sierra)
default impl Trait
dyn
dyn Trait
Neither of them are highlighted:
The text was updated successfully, but these errors were encountered:
dyn support should be added in #308.
AFAIK, specialization is not yet stable, correct? I've been reluctant to add support for unstable features.
Sorry, something went wrong.
Specialization isn't stable currently :(; does that mean nightly features won't be added in?
does that mean nightly features won't be added in?
I don't have a strong opinion about it. There is a backlog of stable syntax to fix, so that will probably get priority.
true, but default is context-specific; you'd just add it in right before impl, and that'd be it
impl
No branches or pull requests
Sublime Text Version
Sublime Text 3 (Build 3176)
Rust Enhanced Version
v2.15.0
Operating system
macOS v10.13.4 (high sierra)
Expected behavior
default
should be highlighted indefault impl Trait
([link]https://github.com/rust-lang/rfcs/blob/master/text/1210-impl-specialization.md))dyn
should be highlighted indyn Trait
(linkActual behavior
Neither of them are highlighted:

Steps to reproduce
The text was updated successfully, but these errors were encountered: