]> git.lizzy.rs Git - rust.git/commit
Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank
authorbors <bors@rust-lang.org>
Thu, 12 Sep 2019 12:40:31 +0000 (12:40 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Sep 2019 12:40:31 +0000 (12:40 +0000)
commiteb48d6bdee6c655d71f26594d47d232adf3e4e93
tree9436124ec73a254b8eb0005879dac9a69aca7824
parent28e85d7ae78b05f30ab9c2b2f51c2dd96858b4b2
parent9d712177a34d42c9d78aab4a77d1a36692bc7fc1
Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank

Forbid opaque types in `extern "C"` blocks

Fixes #64338.