summaryrefslogtreecommitdiff
path: root/rust/binary.go
diff options
context:
space:
mode:
Diffstat (limited to 'rust/binary.go')
-rw-r--r--rust/binary.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/binary.go b/rust/binary.go
index c2d97f3ab..ca07d07c1 100644
--- a/rust/binary.go
+++ b/rust/binary.go
@@ -164,3 +164,7 @@ func (binary *binaryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
}
return binary.baseCompiler.stdLinkage(ctx)
}
+
+func (binary *binaryDecorator) isDependencyRoot() bool {
+ return true
+}