File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
rust/ql/integration-tests/hello-workspace Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ mod a_module;
77fn main ( ) {
88 my_macro2 ! ( ) ; // $ item=my_macro2
99 hello ( ) ; // $ item=HELLO
10+ lib:: extern_crate_alias:: a_module:: hello ( ) ; // $ item=HELLO
1011}
Original file line number Diff line number Diff line change 1- | exe/src/main.rs:7:1:10 :1 | fn main |
1+ | exe/src/main.rs:7:1:11 :1 | fn main |
22| lib/src/a_module/mod.rs:1:1:4:1 | fn hello |
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ mod macros {
1515}
1616
1717pub mod a_module;
18+
19+ pub extern crate self as extern_crate_alias;
Original file line number Diff line number Diff line change 99| Inconsistencies - Path resolution | 0 |
1010| Inconsistencies - SSA | 0 |
1111| Inconsistencies - data flow | 0 |
12- | Lines of code extracted | 21 |
13- | Lines of user code extracted | 21 |
12+ | Lines of code extracted | 23 |
13+ | Lines of user code extracted | 23 |
1414| Macro calls - resolved | 10 |
1515| Macro calls - total | 10 |
1616| Macro calls - unresolved | 0 |
Original file line number Diff line number Diff line change 99| Inconsistencies - Path resolution | 0 |
1010| Inconsistencies - SSA | 0 |
1111| Inconsistencies - data flow | 0 |
12- | Lines of code extracted | 21 |
13- | Lines of user code extracted | 21 |
12+ | Lines of code extracted | 23 |
13+ | Lines of user code extracted | 23 |
1414| Macro calls - resolved | 10 |
1515| Macro calls - total | 10 |
1616| Macro calls - unresolved | 0 |
You can’t perform that action at this time.
0 commit comments