]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/unresolved-import-recovery.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / rustdoc-ui / intra-doc / unresolved-import-recovery.rs
1 // Regression test for issue #95879.
2
3 use unresolved_crate::module::Name; //~ ERROR failed to resolve
4
5 /// [Name]
6 pub struct S;