Home
last modified time | relevance | path

Searched refs:edition (Results 1 - 9 of 9) sorted by relevance

/third_party/gn/src/gn/
H A Drust_project_writer_helpers.h41 std::string edition) in Crate()
46 edition_(edition) {} in Crate()
87 const std::string& edition() { return edition_; } in edition() function in Crate
37 Crate(SourceFile root, std::optional<OutputFile> gen_dir, CrateIndex index, std::string label, std::string edition) Crate() argument
H A Drust_project_writer.cc48 // "edition": "2021", // edition of crate
192 auto edition = in AddTarget() local
193 FindArgValueAfterPrefix(std::string("--edition="), compiler_args); in AddTarget()
194 if (!edition.has_value()) { in AddTarget()
195 edition = FindArgValue("--edition", compiler_args); in AddTarget()
201 edition.value_or("2015")); in AddTarget()
335 rust_project << " \"edition\": \"" << crate.edition() << "\"," NEWLIN in WriteCrates()
[all...]
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs88 let edition = repo::edition(path).parse().unwrap(); in test()
90 rustc_span::create_session_if_not_set_then(edition, |_| { in test()
H A Dtest_precedence.rs47 use rustc_span::edition::Edition;
78 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence()
80 let (l_passed, l_failed) = test_expressions(path, edition, exprs); in test_rustc_precedence()
114 fn test_expressions(path: &Path, edition: Edition, exprs: Vec<syn::Expr>) -> (usize, usize) { in test_expressions()
118 rustc_span::create_session_if_not_set_then(edition, |_| { in test_expressions()
/third_party/rust/crates/syn/tests/repo/
H A Dmod.rs175 "tests/ui/editions/edition-keywords-2015-2015.rs",
176 "tests/ui/editions/edition-keywords-2015-2018.rs",
293 pub fn edition(path: &Path) -> &'static str { in edition() functions
/third_party/rust/crates/syn/benches/
H A Drust.rs60 use rustc_span::{edition::Edition, FileName};
/third_party/curl/projects/
H A Dbuild-wolfssl.bat84 rem Determine the VC14.1 path based on the installed edition in descending
98 rem Determine the VC14.2 path based on the installed edition in descending
112 rem Determine the VC14.3 path based on the installed edition in descending
H A Dbuild-openssl.bat80 rem Determine the VC14.1 path based on the installed edition in descending
93 rem Determine the VC14.2 path based on the installed edition in descending
106 rem Determine the VC14.3 path based on the installed edition in descending
/third_party/ffmpeg/libavcodec/x86/
H A Dxvididct.asm34 ; but in a limited edition.

Completed in 6 milliseconds