Skip to content

Add print! and println! macros #7653

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

Closed
brson opened this issue Jul 8, 2013 · 0 comments
Closed

Add print! and println! macros #7653

brson opened this issue Jul 8, 2013 · 0 comments
Labels
A-syntaxext Area: Syntax extensions E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jul 8, 2013

These would be exactly like the functions but pass a variable number of arguments through fmt! first.

bors added a commit that referenced this issue Jul 13, 2013
@bors bors closed this as completed in 948334f Jul 13, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 28, 2021
…ogiq

New lint: `same_name_method`

changelog: ``[`same_name_method`]``
fix: rust-lang/rust-clippy#7632

It only compares a method in `impl` with another in `impl trait for`
It doesn't lint two methods in two traits.

I'm not sure my approach is the best way. I meet difficulty in other approaches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntaxext Area: Syntax extensions E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant