Home
last modified time | relevance | path

Searched refs:getEdition (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dcompiler.go27 func getEdition(compiler *baseCompiler) string { func
152 flags.RustFlags = append(flags.RustFlags, "--edition="+getEdition(compiler))
Dproject_json.go119 crate.Edition = getEdition(rustLib.baseCompiler)