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

Rustdoc should show [src] link for trait impls #15744

Closed
ben0x539 opened this issue Jul 17, 2014 · 1 comment
Closed

Rustdoc should show [src] link for trait impls #15744

ben0x539 opened this issue Jul 17, 2014 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@ben0x539
Copy link
Contributor

Currently it shows a [src] link for traits and for types and lists the impls with either, but you don't generally know just where the impl is defined, so getting from the documentation to the definition of some trait methods for a concrete type is tricky.

@alexcrichton
Copy link
Member

Closing as a dupe of #12932

bors added a commit to rust-lang-ci/rust that referenced this issue Nov 13, 2023
…ls-diagnose, r=Veykril

fix: add diagnostics messages for chars and byte literal errors

This PR adds error messages for different invalid byte or character literals.
Fixes rust-lang#15395
bors added a commit to rust-lang-ci/rust that referenced this issue Nov 13, 2023
…=Veykril

String literals diagnose

Continues the work from rust-lang#15744 to add diagnosis errors to Str, ByteStr, and CStr literal kinds.

Also replaces `unescape_char` for `unescape_byte` to use the correct method for Byte literals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants