diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2013-05-29 20:15:46 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2013-05-30 15:20:36 -0400 |
| commit | 9c7eb068e5b3b7aed2de8bf9989ae6b106c9599e (patch) | |
| tree | 64b1393a3b8ef01c9840c66b44a0ff6a245f41b4 | |
| parent | 7a1a40890d48321c69f66bd07e3a23d5d5ab939a (diff) | |
| download | rust-9c7eb068e5b3b7aed2de8bf9989ae6b106c9599e.tar.gz rust-9c7eb068e5b3b7aed2de8bf9989ae6b106c9599e.zip | |
Replace NDM with proper FIXME
| -rw-r--r-- | src/librustc/middle/trans/debuginfo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/trans/debuginfo.rs b/src/librustc/middle/trans/debuginfo.rs index 38740f69c3a..6d78e8e0379 100644 --- a/src/librustc/middle/trans/debuginfo.rs +++ b/src/librustc/middle/trans/debuginfo.rs @@ -864,7 +864,7 @@ pub fn create_local_var(bcx: block, local: @ast::local) }; update_cache(cache, AutoVariableTag, local_var_metadata(mdval)); - // NDM Should use `pat_util::pat_bindings` for pats like (a, b) etc + // FIXME(#6814) Should use `pat_util::pat_bindings` for pats like (a, b) etc let llptr = match bcx.fcx.lllocals.find_copy(&local.node.pat.id) { Some(v) => v, None => { |
