Skip to content

Add suppost for Hyperlinks on IDs #230

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 2 commits into from
Jun 27, 2025
Merged

Conversation

Muscraft
Copy link
Member

annotate-snippets needs to support hyperlinks on IDs as rustc has an unstable feature for them, and it will more than likely be stabilized in the future.

Cargo.toml Outdated
@@ -132,6 +132,7 @@ unicode-width = "0.2.0"
[dev-dependencies]
annotate-snippets = { path = ".", features = ["testing-colors"] }
anstream = "0.6.13"
anstyle-svg = "0.1.8"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the direct dep?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, that is an artifact from when I was testing things out

@Muscraft Muscraft force-pushed the hyperlink-support branch from 8a13d4d to bff9dd5 Compare June 27, 2025 01:44
@epage epage merged commit 11a8e92 into rust-lang:master Jun 27, 2025
17 checks passed
@Muscraft Muscraft deleted the hyperlink-support branch June 27, 2025 02:32
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.

2 participants