Skip to content

Add comments to ast, ast_map, ty, and pat_util #10600

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
Nov 25, 2013
Merged

Conversation

ktt3ja
Copy link
Contributor

@ktt3ja ktt3ja commented Nov 22, 2013

I received a lot of helpful explanations when I was going through rustc's middle-end code. I document some of them here.

node_variant(variant, @item, @path),
node_expr(@Expr),
node_stmt(@Stmt),
node_arg(@Pat),
node_local(Ident),
node_block(Block),

// node_struct_ctor represents a tuple structs
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: "represents a tuple struct"

@ktt3ja
Copy link
Contributor Author

ktt3ja commented Nov 24, 2013

r? @huonw

bors added a commit that referenced this pull request Nov 25, 2013
I received a lot of helpful explanations when I was going through rustc's middle-end code. I document some of them here.
@bors bors closed this Nov 25, 2013
@bors bors merged commit 9a4c8da into rust-lang:master Nov 25, 2013
@ktt3ja ktt3ja deleted the add-doc branch November 25, 2013 02:00
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 13, 2024
Add `needless_maybe_sized` lint

changelog: new lint: [`needless_maybe_sized`]

Closes rust-lang#10600
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.

4 participants