]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Mon, 16 Jul 2018 15:11:30 +0000 (23:11 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 15:11:30 +0000 (23:11 +0800)
commitf2f6cea105ba37001d9f9a489e38bfb87385c1a6
tree1d0b286f6fe3aea334113a1b2788916cc6b871dc
parent3d5753fda1ee8f729da1061e931e13b043f479a5
parentdb7170cf4ad9e4c72e5c456891647d0e1b6355be
Rollup merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis

Deny bare trait objects in librustc_driver

Enforce `#![deny(bare_trait_objects)]` in `src/librustc_driver`.