Skip to content

Fix usage for rustpkg init #9337

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 20, 2013
Merged

Conversation

steveklabnik
Copy link
Member

When I took out the ability to make a new project by name, I forgot to
update the usage to reflect the changes.

When I took out the ability to make a new project by name, I forgot to
update the usage to reflect the changes.
bors added a commit that referenced this pull request Sep 20, 2013
When I took out the ability to make a new project by name, I forgot to
update the usage to reflect the changes.
@bors bors closed this Sep 20, 2013
@bors bors merged commit 806105f into rust-lang:master Sep 20, 2013
@steveklabnik steveklabnik deleted the rustpkg_usage branch October 25, 2017 18:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
…affate

make cast_possible_wrap work correctly for 16 bit {u,i}size

These changes make `cast_possible_wrap` aware of the different pointer widths and fixes the implementation to print the correct pointer widths.

Fixes rust-lang#9337

changelog: `cast_possible_wrap` does not lint on `u8 as isize` or `usize as i8`, since these can never wrap.
`cast_possible_wrap` now properly considers 16 bit pointer size and prints the correct bit widths.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants