]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1913 - RalfJung:rustdoc-miri, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 14 Nov 2021 17:29:41 +0000 (17:29 +0000)
committerbors <bors@rust-lang.org>
Sun, 14 Nov 2021 17:29:41 +0000 (17:29 +0000)
commit76a3329f51439ff2cacda4d26d478a9dc1682a06
tree2641e86cce6592dd7cb98a005a35478c6b87faa7
parenta8b976eb350acec83280a0cd1ca3ac99faff67bc
parenta15539e9111e4e30c0229c63c99cdba1627a6e5f
Auto merge of #1913 - RalfJung:rustdoc-miri, r=RalfJung

run rustdoc with the miri cfg flag

This is important to be able to control which doctests run with `cargo miri test`. In particular, this is required for https://github.com/rust-lang/rust/pull/90909 to work as intended.