diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go index 67e0d7c03..e4cf67129 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -490,6 +490,7 @@ type compiler interface { SetDisabled() stdLinkage(ctx *depsContext) RustLinkage + noStdlibs() bool unstrippedOutputFilePath() android.Path strippedOutputFilePath() android.OptionalPath |