Skip to content

rustc: Add a lint for the obsolete crate-level link attribute #11091

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

Merged
merged 1 commit into from
Dec 24, 2013

Conversation

brson
Copy link
Contributor

@brson brson commented Dec 21, 2013

This is set to forbid and prints a note explaining how to fix the problem.

bors added a commit that referenced this pull request Dec 24, 2013
This is set to *forbid* and prints a note explaining how to fix the problem.
@bors bors closed this Dec 24, 2013
@bors bors merged commit 26f1b4d into rust-lang:master Dec 24, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2023
[`manual_range_patterns`]: lint negative values

Fixes rust-lang#11091.

Now also lints negative values in patterns (`-1 | -2 | -3`)

changelog: [`manual_range_patterns`]: lint negative values
lnicola pushed a commit to lnicola/rust that referenced this pull request Jul 11, 2024
fixes rust-lang#11091

By default, only hints for const generic parameters are shown.
lnicola pushed a commit to lnicola/rust that referenced this pull request Jul 11, 2024
…ame, r=Veykril

feat: add inlay hints for generic parameters

fixes rust-lang#11091

By default, only hints for const generic parameters are shown, and this can be configured through `rust-analyzer.inlayHints.genericParameterHints.enable`.

Probably needs more testing.
10takla pushed a commit to 10takla/rust that referenced this pull request Aug 3, 2024
fixes rust-lang#11091

By default, only hints for const generic parameters are shown.
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