]> git.lizzy.rs Git - rust.git/commit
Auto merge of #60827 - oli-obk:late_symbol, r=nnethercote
authorbors <bors@rust-lang.org>
Mon, 27 May 2019 15:36:32 +0000 (15:36 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 May 2019 15:36:32 +0000 (15:36 +0000)
commitfa40a111ff56c38590e83242e444e294093add07
treec77ce32ac9302c6fe6376815f868110173799836
parent1a56ec4dae92538ab6e0ecf993c61f3b50ed77cf
parentd6ca34c9d26d03ed098ee472530d16994f8bfa29
Auto merge of #60827 - oli-obk:late_symbol, r=nnethercote

Use `Symbol` more in lint APIs

r? @nnethercote

This will cause clippy breakage, but super trivial to fix since we can then remove the hacky `match_def_path` function that I added and go back to calling rustc's `match_def_path` method.