Skip to content

Commit a56c34d

Browse files
committed
---
yaml --- r: 65443 b: refs/heads/master c: 9c7eb06 h: refs/heads/master i: 65441: 71952df 65439: 7acd73c v: v3
1 parent 43eca98 commit a56c34d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7a1a40890d48321c69f66bd07e3a23d5d5ab939a
2+
refs/heads/master: 9c7eb068e5b3b7aed2de8bf9989ae6b106c9599e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9

trunk/src/librustc/middle/trans/debuginfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ pub fn create_local_var(bcx: block, local: @ast::local)
864864
};
865865
update_cache(cache, AutoVariableTag, local_var_metadata(mdval));
866866

867-
// NDM Should use `pat_util::pat_bindings` for pats like (a, b) etc
867+
// FIXME(#6814) Should use `pat_util::pat_bindings` for pats like (a, b) etc
868868
let llptr = match bcx.fcx.lllocals.find_copy(&local.node.pat.id) {
869869
Some(v) => v,
870870
None => {

0 commit comments

Comments
 (0)