Skip to content

Commit 9c7eb06

Browse files
committed
Replace NDM with proper FIXME
1 parent 7a1a408 commit 9c7eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)