Replace NDM with proper FIXME

This commit is contained in:
Niko Matsakis 2013-05-29 20:15:46 -04:00
parent 7a1a40890d
commit 9c7eb068e5

View File

@ -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 => {