]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-46271.rs
Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez
[rust.git] / tests / rustdoc / issue-46271.rs
1 // hopefully this doesn't cause an ICE
2
3 pub fn foo() {
4     extern crate std;
5 }