mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-02-13 04:33:28 +00:00
Make test pass
This commit is contained in:
parent
05563805b1
commit
c06c4f9682
1 changed files with 0 additions and 10 deletions
|
@ -159,20 +159,10 @@ enum Foo {
|
|||
}
|
||||
",
|
||||
r"
|
||||
//- /main.rs
|
||||
mod foo;
|
||||
use foo::Foo;
|
||||
|
||||
fn main() {
|
||||
Foo::Baz
|
||||
}
|
||||
|
||||
//- /foo.rs
|
||||
enum Foo {
|
||||
Bar,
|
||||
Baz,
|
||||
}
|
||||
|
||||
",
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue