Searched refs:edition (Results 1 – 18 of 18) sorted by relevance
/development/tools/cargo_embargo/testdata/either/ |
D | cargo.metadata | 43 "edition": "2018", 89 "edition": "2018", 126 "edition": "2018", 166 "edition": "2018", 180 "edition": "2018", 194 "edition": "2018", 290 "edition": "2021", 347 "edition": "2021", 361 "edition": "2021", 375 "edition": "2021", [all …]
|
D | expected_Android.bp | 13 edition: "2018", 25 edition: "2018",
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 118 "edition": "2021", 154 "edition": "2021", 168 "edition": "2021", 182 "edition": "2021", 196 "edition": "2021", 218 "edition": "2015", 245 "edition": "2015", 259 "edition": "2015", 273 "edition": "2015", 287 "edition": "2015", [all …]
|
D | expected_Android.bp | 7 edition: "2021",
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 52 "edition": "2015", 126 "edition": "2015", 140 "edition": "2015", 199 "edition": "2021", 253 "edition": "2021", 288 "edition": "2018", 315 "edition": "2018", 348 "edition": "2018", 386 "edition": "2018", 400 "edition": "2018", [all …]
|
D | expected_Android.bp | 8 edition: "2018",
|
/development/tools/cargo_embargo/testdata/aho-corasick/ |
D | expected_Android.bp | 13 edition: "2018", 25 edition: "2018",
|
D | cargo.metadata | 28 "edition": "2018", 64 "edition": "2018", 134 "edition": "2021", 196 "edition": "2021",
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | expected_Android.bp | 8 edition: "2015", 33 edition: "2015",
|
D | cargo.metadata | 38 "edition": "2015", 85 "edition": "2015", 118 "edition": "2015", 141 "edition": "2015",
|
/development/tools/external_crates/crate_health_proc_macros/ |
D | Cargo.toml | 4 edition = "2021" qkey
|
/development/tools/external_crates/crate_health/src/templates/ |
D | Cargo.toml.template | 4 edition = "2021"
|
/development/tools/external_crates/crate_health/ |
D | Cargo.toml | 4 edition = "2021" qkey
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 46 pub edition: String, field 85 pub edition: String, field 171 edition: package.edition.to_owned(), in parse_cargo_metadata() 195 edition: package.edition.to_owned(), in parse_cargo_metadata()
|
D | cargo_out.rs | 415 out.edition.clone_from(&package_metadata.edition); in from_rustc_invocation()
|
/development/tools/cargo_embargo/src/ |
D | cargo.rs | 93 pub edition: String, field
|
D | main.rs | 956 m.props.set("edition", crate_.edition.clone()); in crate_to_bp_modules() 1131 contents += &format!("MODULE_RUST_EDITION := {}\n", crate_.edition); in crate_to_rulesmk() 1278 edition: "2021".to_string(), in crate_to_bp_empty() 1294 edition: "2021".to_string(), in crate_to_bp_minimal() 1337 edition: "2021".to_string(), in crate_to_bp_rename()
|
/development/scripts/ |
D | cargo2rulesmk.py | 206 self.edition = "2015" # rustc default, e.g., --edition=2018 368 self.edition = arg.replace("--edition=", "") 504 opt_dump("edition", self.edition) 622 if self.edition:
|