]> git.lizzy.rs Git - rust.git/commit
Stop using gensyms in HIR lowering
authorMatthew Jasper <mjjasper1@gmail.com>
Sun, 19 May 2019 12:00:28 +0000 (13:00 +0100)
committerMatthew Jasper <mjjasper1@gmail.com>
Sun, 19 May 2019 12:00:28 +0000 (13:00 +0100)
commit6bb3980e7a7b6ecf891e2309cc858fe167d1a651
treeda0c677538f04f9867e43d626bb55ed9b18b7ee5
parent9a9df55f074806890e4f6388ab79a71ad10e0c1d
Stop using gensyms in HIR lowering

These names aren't ever handled by resolve, so there's no reason to
make them gensyms.
src/librustc/hir/lowering.rs
src/libsyntax_pos/symbol.rs