Update for rust-master: specify mutability of bare pointers, and width of integer literals. #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes two breaking changes from the
rustnightlies.*Thas been removed from the language in favor of*mut Tand*const T*const Tunless the pointer is passed to a callee which expects an&mutreferenceThese changes allow me to continue building
rust-zmqon the following version ofrustc:rustc 0.11.0-pre (b569c77148e8e839b38b678c7c167efc643d2721 2014-06-29 11:21:39 +0000)c5e2fe4tested onrustc 0.11.0-pre (566b57f3de7de80599b052b1a042eef8c9091e7f 2014-06-30 12:16:30 +0000)