Skip to content

Update rustc/syntax docs now that rustdoc lexes all non-notrust code blocks. #12510

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
Feb 24, 2014

Conversation

huonw
Copy link
Member

@huonw huonw commented Feb 24, 2014

This includes blocks made by indentation, so they need to be changed to
explicitly have notrust ... fences..

@huonw
Copy link
Member Author

huonw commented Feb 24, 2014

See the no-whitespace diff for easy of reviewing.

…e blocks.

This includes blocks made by indentation, so they need to be changed to
explicitly have ```notrust ... ``` fences..
@huonw
Copy link
Member Author

huonw commented Feb 24, 2014

The doc-builder is currently broken because of this.

cc @nikomatsakis, this changes the formatting of the large doc-comments in borrowck and typeck/infer.

bors added a commit that referenced this pull request Feb 24, 2014
This includes blocks made by indentation, so they need to be changed to
explicitly have ```notrust ... ``` fences..
@bors bors closed this Feb 24, 2014
@bors bors merged commit b48833d into rust-lang:master Feb 24, 2014
@huonw huonw deleted the fix-compiler-docs branch June 27, 2014 06:48
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Sep 6, 2022
…-to-matches-macro, r=jonas-schievink

feature: Assist to turn match into matches! invocation

Resolves rust-lang#12510

This PR adds an assist, which convert 2-arm match that evaluates to a boolean into the equivalent matches! invocation.
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 21, 2024
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