We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1f5d3 + 37c6ce3 commit aac6285Copy full SHA for aac6285
crates/ide/src/diagnostics/unlinked_file.rs
@@ -20,6 +20,10 @@ use crate::Fix;
20
21
use super::fixes::DiagnosticWithFix;
22
23
+// Diagnostic: unlinked-file
24
+//
25
+// This diagnostic is shown for files that are not included in any crate, or files that are part of
26
+// crates rust-analyzer failed to discover. The file will not have IDE features available.
27
#[derive(Debug)]
28
pub(crate) struct UnlinkedFile {
29
pub(crate) file_id: FileId,
0 commit comments