Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2a4db99

Browse files
committed
test: add missing main functions to fixtures
1 parent 7ab4c08 commit 2a4db99

File tree

2 files changed

+4
-0
lines changed
  • tests/fixtures

2 files changed

+4
-0
lines changed

tests/fixtures/find_impls/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ impl Eq for Bar {}
1212

1313
impl Sub for Foo {}
1414
impl Super for Foo {}
15+
16+
fn main() {}

tests/fixtures/workspace_symbol_duplicates/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
mod a;
33
#[path="shared.rs"]
44
mod b;
5+
6+
fn main() {}

0 commit comments

Comments
 (0)