Skip to content

Commit d7a0ba6

Browse files
committed
---
yaml --- r: 171045 b: refs/heads/try c: 321d9dd h: refs/heads/master i: 171043: 47a9cb4 v: v3
1 parent f3be94e commit d7a0ba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 73a25f55ad748b4d3516417c711b99ce446591af
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: 7deb9abd1b45f3e56ca6b13432866ae89886f21f
5+
refs/heads/try: 321d9ddff21b532300a9ced6ae7ce5f902c0fbf5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/librustc_typeck/check/_match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub fn check_pat<'a, 'tcx>(pcx: &pat_ctxt<'a, 'tcx>,
195195
ast::PatRegion(ref inner, mutbl) => {
196196
let inner_ty = fcx.infcx().next_ty_var();
197197

198-
// SNAP 340ac04 remove this `if`-`else` entirely after next snapshot
198+
// SNAP 9e4e524 remove this `if`-`else` entirely after next snapshot
199199
let mutbl = if mutbl == ast::MutImmutable {
200200
ty::deref(fcx.infcx().shallow_resolve(expected), true)
201201
.map(|mt| mt.mutbl).unwrap_or(ast::MutImmutable)

branches/try/src/test/compile-fail/mut-pattern-mismatched.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn main() {
1313

1414
// (separate lines to ensure the spans are accurate)
1515

16-
// SNAP 340ac04 uncomment this after the next snapshot
16+
// SNAP 9e4e524 uncomment this after the next snapshot
1717
// NOTE(stage0) just in case tidy doesn't check snap's in tests
1818
// let &_ // ~ ERROR expected `&mut isize`, found `&_`
1919
// = foo;

0 commit comments

Comments
 (0)