mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
1e91ddd0c0
Add a `doc_cfg` regression test to ensure foreign types impls are working as expected Fixes https://github.com/rust-lang/rust/issues/150268. This is the last case mentioned in the issue that wasn't tested. With this, the issue can be closed. r? @Urgau