Home
last modified time | relevance | path

Searched defs:edition (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer_helpers.h41 std::string edition) in Crate()
87 const std::string& edition() { return edition_; } in edition() function
Drust_project_writer.cc192 auto edition = in AddTarget() local
/third_party/rust/crates/syn/tests/repo/
Dmod.rs293 pub fn edition(path: &Path) -> &'static str { in edition() function
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs88 let edition = repo::edition(path).parse().unwrap(); in test() localVariable
Dtest_precedence.rs78 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence() localVariable