]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #52265 - ljedrz:dyn_librustc_codegen_utils, r=oli-obk
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 11 Jul 2018 18:38:49 +0000 (12:38 -0600)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 18:38:49 +0000 (12:38 -0600)
commita0b288e1b85424bb3a5b1f89fc904d431d904a1c
treeecccdd7baa7a2aea62eb9fc8f40ffb877ce71903
parent7585bd5b394e6acb107da49fc5aa3365e2cc067c
parent715b8852e4a94875683c41771e45043d579065ce
Rollup merge of #52265 - ljedrz:dyn_librustc_codegen_utils, r=oli-obk

Deny bare trait objects in in src/librustc_codegen_utils

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