about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-21 00:04:10 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-21 09:27:34 -0800
commita3dfaa62feadb1bae4ba650cc5d19fd0b1252bd8 (patch)
treef57cb42698c74f9cbc508d90b088c9e4a97deca0 /src/libsyntax/parse/parser.rs
parentde7abcf6d3d2d0928fa03a7522e23f4aba0d5254 (diff)
parent87c5927b79b8eec8763659da8a3cf4561a4ceabd (diff)
downloadrust-a3dfaa62feadb1bae4ba650cc5d19fd0b1252bd8.tar.gz
rust-a3dfaa62feadb1bae4ba650cc5d19fd0b1252bd8.zip
rollup merge of #20027: michaelwoerister/for-loop-var
Back when for-loop iteration variables were just de-sugared into `let` bindings, debuginfo for them was created like for any other `let` binding. When the implementation approach for for-loops changed, we ceased having debuginfo for the iteration variable. This PR fixes this omission and adds a more prominent test case for it.

Also contains some minor, general cleanup of the debuginfo module.

Fixes #19732
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions