File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ const QUERY = 'waker_from' ;
2+
3+ const EXPECTED = {
4+ 'others' : [
5+ { 'path' : 'substring::SuperWaker' , 'name' : 'local_waker_from_nonlocal' } ,
6+ { 'path' : 'substring::SuperWakerTask' , 'name' : 'local_waker_from_nonlocal' } ,
7+ ] ,
8+ } ;
Original file line number Diff line number Diff line change 1+ pub struct SuperWaker ;
2+
3+ impl SuperWaker {
4+ pub fn local_waker_from_nonlocal ( ) { }
5+ pub fn local_waker_frm_nonlocal ( ) { }
6+ pub fn some_method ( ) { }
7+ pub fn some_other_method ( ) { }
8+ pub fn waker_non_local ( ) { }
9+ pub fn from_non_local ( ) { }
10+ }
11+
12+ pub struct SuperWakerTask ;
13+
14+ impl SuperWakerTask {
15+ pub fn local_waker_from_nonlocal ( ) { }
16+ pub fn local_waker_frm_nonlocal ( ) { }
17+ pub fn some_method ( ) { }
18+ pub fn some_other_method ( ) { }
19+ pub fn waker_non_local ( ) { }
20+ pub fn from_non_local ( ) { }
21+ }
You can’t perform that action at this time.
0 commit comments