Skip to content

Commit f5baff6

Browse files
committed
---
yaml --- r: 169165 b: refs/heads/snap-stage3 c: 321d9dd h: refs/heads/master i: 169163: 05af77a v: v3
1 parent 827acbf commit f5baff6

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7deb9abd1b45f3e56ca6b13432866ae89886f21f
4+
refs/heads/snap-stage3: 321d9ddff21b532300a9ced6ae7ce5f902c0fbf5
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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/snap-stage3/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)