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

Describe doc attribute in the reference #18376

Merged
merged 1 commit into from
Oct 30, 2014
Merged

Conversation

steveklabnik
Copy link
Member

FIxes #7963.

@alexcrichton
Copy link
Member

I think technically they actually desugar into #[doc = "/// foo"], although I don't think anyone other than rustdoc would ever deal with that (and its arguably a bug). Perhaps saying that /// foo is "equivalent" to #[doc = "foo"] in the sense of what rustdoc interprets instead?

@steveklabnik
Copy link
Member Author

@alexcrichton sounds good. Updated.

bors added a commit that referenced this pull request Oct 30, 2014
@bors bors closed this Oct 30, 2014
@bors bors merged commit 4d43d16 into rust-lang:master Oct 30, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Oct 29, 2024
…smqk

feat: Add text edits to more inlay hints
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.

Document attribute doc and its sub-language
3 participants