]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-46271.rs
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[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 }