mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
diagnostics
This commit is contained in:
parent
4132fbf3a0
commit
7e8f17188e
6 changed files with 74 additions and 6 deletions
6
crates/ra_hir/src/diagnostics.rs
Normal file
6
crates/ra_hir/src/diagnostics.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use crate::{expr::ExprId};
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub enum FunctionDiagnostic {
|
||||
NoSuchField { expr: ExprId, field: usize },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue