We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7fb9c commit 506ea11Copy full SHA for 506ea11
rust/ql/lib/upgrades/a1005655e9efc9f67d3aa2b7a3128f6b80d405a9/upgrade.properties
@@ -1,5 +1,5 @@
1
description: Add `function_has_implementation` and `const_has_implementation` tables
2
compatibility: backwards
3
4
-function_has_implementation.rel: run upgrade.ql new_function_has_implementation
5
-const_has_implementation.rel: run upgrade.ql new_const_has_implementation
+function_has_implementation.rel: reorder function_bodies (@function id, @block_expr body) id
+const_has_implementation.rel: reorder const_bodies (@const id, @expr body) id
rust/ql/lib/upgrades/a1005655e9efc9f67d3aa2b7a3128f6b80d405a9/upgrade.ql
0 commit comments