]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65900 - eddyb:proc-macro-cleanup, r=alexcrichton
authorTyler Mandry <tmandry@gmail.com>
Tue, 29 Oct 2019 19:01:43 +0000 (12:01 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2019 19:01:43 +0000 (12:01 -0700)
commitdfac64b32518a555a3d2bd0cc9e22a28335b64a5
treeffd215c397d20c16c3ef805300e519e742723279
parent4bb91c7845211ffcfb2e5ee790028fb410645542
parentb58634454f2a6def88f3197261a458e208f77f49
Rollup merge of #65900 - eddyb:proc-macro-cleanup, r=alexcrichton

proc_macro: clean up bridge::client::__run_expand{1,2} a bit.

See commit titles/diffs for more details.

The first commit is made possible by #53451 being fixed (almost a year ago).
The last commit should remove the need for `#[allow(improper_ctypes)]` in #65134.