Searched defs:edition (Results 1 – 5 of 5) sorted by relevance
41 std::string edition) in Crate()87 const std::string& edition() { return edition_; } in edition() function
192 auto edition = in AddTarget() local
293 pub fn edition(path: &Path) -> &'static str { in edition() function
88 let edition = repo::edition(path).parse().unwrap(); in test() localVariable
78 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence() localVariable