mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Fix tests that depended on loose visibility restriction
This commit is contained in:
parent
e75afebeb2
commit
19306c070d
12 changed files with 90 additions and 89 deletions
|
@ -289,10 +289,10 @@ mod b;
|
|||
enum E { X(Foo$0) }
|
||||
|
||||
//- /a.rs
|
||||
struct Foo;
|
||||
//^^^
|
||||
pub struct Foo;
|
||||
//^^^
|
||||
//- /b.rs
|
||||
struct Foo;
|
||||
pub struct Foo;
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue