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

Update attribute syntax parsing #13037

Closed
wants to merge 2 commits into from

Conversation

alexcrichton
Copy link
Member

This will require a snapshot to finish, but these commits update the parser to parse attributes of the form #![...]

Thanks to @thehydroimpulse for all the initial work!

cc #2569

bors added a commit that referenced this pull request Mar 21, 2014
This will require a snapshot to finish, but these commits update the parser to parse attributes of the form `#![...]`

Thanks to @thehydroimpulse for all the initial work!

cc #2569
@bors bors closed this Mar 21, 2014
@alexcrichton alexcrichton deleted the attr-syntax branch March 21, 2014 19:07
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 23, 2022
…, r=jonas-schievink

feat: Add a setting for keyword hover popups

This adds `rust-analyzer.hover.documentation.keywords.enable`, which defaults to `true` and can be turned off to disable the keyword documentation hover popups, which can be somewhat distracting when triggered by accident, and offer relatively little value if you're already familiar with the language.

Fixes rust-lang/rust-analyzer#12950
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 11, 2024
[`missing_const_for_fn`]: fix suggestions for fn with abi that requires `const_extern_fn` feature

closes: rust-lang#13008

---

changelog: [`missing_const_for_fn`]: fix suggestions for fn with abi that requires `const_extern_fn` feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants