Auto merge of #11441 - servo:rustup, r=Ms2ger

Update Rust to 1.10.0-nightly (267cde259 2016-05-25)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11441)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-26 08:55:32 -05:00
commit bf3c437683
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ impl LateLintPass for TransmutePass {
match expr.node { match expr.node {
hir::ExprPath(_, ref path) => { hir::ExprPath(_, ref path) => {
if path.segments.last() if path.segments.last()
.map_or(false, |ref segment| segment.identifier.name.as_str() == "transmute") && .map_or(false, |ref segment| segment.name.as_str() == "transmute") &&
args.len() == 1 { args.len() == 1 {
let tcx = cx.tcx; let tcx = cx.tcx;
cx.span_lint(TRANSMUTE_TYPE_LINT, ex.span, cx.span_lint(TRANSMUTE_TYPE_LINT, ex.span,

View file

@ -1 +1 @@
2016-05-17 2016-05-26