mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
internal: test diagnostic severeties and presense of fixes
This commit is contained in:
parent
58712088ac
commit
4cfc767d7f
16 changed files with 155 additions and 140 deletions
|
@ -50,7 +50,7 @@ mod tests {
|
|||
//- /lib.rs
|
||||
mod foo;
|
||||
mod bar;
|
||||
//^^^^^^^^ unresolved module
|
||||
//^^^^^^^^ 💡 error: unresolved module
|
||||
mod baz {}
|
||||
//- /foo.rs
|
||||
"#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue