-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
noalias
on all &mut
parameters is too coarse
it can alias `&const` and `@mut`
- Loading branch information
1 parent
05735a9
commit accc527
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accc527
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from nikomatsakis
at https://github.com/thestinger/rust/commit/accc5272f8913af57e7ebfd6a13247ecde146006
accc527
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging thestinger/rust/revert-noalias-mut-rptr = accc527 into auto
accc527
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thestinger/rust/revert-noalias-mut-rptr = accc527 merged ok, testing candidate = 833ed21
accc527
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
http://buildbot.rust-lang.org/builders/auto-linux/builds/1453
http://buildbot.rust-lang.org/builders/auto-win/builds/1448
http://buildbot.rust-lang.org/builders/auto-mac/builds/1466
accc527
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding incoming to auto = 833ed21