diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-07-17 22:36:11 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-07-19 21:55:39 +0200 |
commit | 422150c797c57dab130d2efc3105002c44b02480 (patch) | |
tree | 49be4b76ec0eb6ae533b11c9945fcd61a7366ba8 /build_extra/rust/dummy.rs | |
parent | ae393879a7a03643075d559bd2773997c84c7ed0 (diff) |
Link rust_test targets with external linker, fix handlers_test linkage
Diffstat (limited to 'build_extra/rust/dummy.rs')
-rw-r--r-- | build_extra/rust/dummy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_extra/rust/dummy.rs b/build_extra/rust/dummy.rs new file mode 100644 index 000000000..f328e4d9d --- /dev/null +++ b/build_extra/rust/dummy.rs @@ -0,0 +1 @@ +fn main() {} |