]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge