summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/intra-doc/unresolved-import-recovery.rs
blob: c71e5bee12ead049c8b8c711df49f0ff76a6ba3b (plain)
1
2
3
4
5
6
// Regression test for issue #95879.

use unresolved_crate::module::Name; //~ ERROR failed to resolve

/// [Name]
pub struct S;