]> git.lizzy.rs Git - rust.git/commit
Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb
authorbors <bors@rust-lang.org>
Tue, 18 Aug 2020 16:18:07 +0000 (16:18 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Aug 2020 16:18:07 +0000 (16:18 +0000)
commitb287b56f97288cc4605329f76e31cb7604474aef
treee60db12c9e755c488ba7f5ba2e9d335be3aa64de
parenta45dedf3d07dd2c088d89b5e5b7f4c7912b0812f
parent5d40e4515f33343f919aaaa7c37e6ec4c779ea09
Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb

Don't use `dep_graph.with_ignore` when encoding fn param names

The call to `with_ignore` was added years ago, and should no longer be
necessary with the modern incremental query infrastructure.

I also removed a related FIXME comment for issue #38501, which was
closed months ago.
src/librustc_metadata/rmeta/decoder/cstore_impl.rs
src/librustc_metadata/rmeta/encoder.rs