diff options
Diffstat (limited to 'rust/binary.go')
-rw-r--r-- | rust/binary.go | 4 |
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 +} |