mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 04:56:58 +00:00
Replace NDM with proper FIXME
This commit is contained in:
parent
7a1a40890d
commit
9c7eb068e5
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user