File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11private import rust
22
3- predicate toBeTested ( Element e ) { not e instanceof CrateElement }
3+ predicate toBeTested ( Element e ) { not e instanceof CrateElement and not e instanceof Builtin }
44
55class CrateElement extends Element {
66 CrateElement ( ) {
@@ -9,3 +9,7 @@ class CrateElement extends Element {
99 any ( Crate c ) .getModule ( ) = this .( AstNode ) .getParentNode * ( )
1010 }
1111}
12+
13+ class Builtin extends AstNode {
14+ Builtin ( ) { this .getFile ( ) .getAbsolutePath ( ) .matches ( "%/builtins/%.rs" ) }
15+ }
Original file line number Diff line number Diff line change 1- | 60 |
1+ | 77 |
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 | 60 |
12+ | Lines of code extracted | 77 |
1313| Lines of user code extracted | 60 |
1414| Macro calls - resolved | 8 |
1515| Macro calls - total | 9 |
You can’t perform that action at this time.
0 commit comments