Skip to content

Commit

Permalink
auto merge of #5412 : pcwalton/rust/purity, r=pcwalton
Browse files Browse the repository at this point in the history
 	librustc: Make the compiler ignore purity. …

For bootstrapping purposes, this commit does not remove all uses of
the keyword "pure" -- doing so would cause the compiler to no longer
bootstrap due to some syntax extensions ("deriving" in particular).
Instead, it makes the compiler ignore "pure". Post-snapshot, we can
remove "pure" from the language.

There are quite a few (~100) borrow check errors that were essentially
all the result of mutable fields or partial borrows of `@mut`. Per
discussions with Niko I think we want to allow partial borrows of
`@mut` but detect obvious footguns. We should also improve the error
message when `@mut` is erroneously reborrowed.

r? @nikomatsakis
  • Loading branch information
bors committed Mar 19, 2013
2 parents e78f2e2 + dc69018 commit e67448d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e67448d

Please sign in to comment.