Searched refs:edition (Results 1 – 25 of 71) sorted by relevance
123
750 edition = rust_default_edition751 if (defined(invoker.edition)) {752 edition = invoker.edition759 "--edition=${edition}",832 edition = rust_default_edition833 if (defined(invoker.edition)) {834 edition = invoker.edition841 "--edition=${edition}",
21 edition = "2021"47 edition = "2021"
9 > This tool can be used only in the **eng** edition. If it is used in the **user** edition, the mes…
65 …The **dump** command can be used only in the **eng** edition. If it is used in the **user** editio…
1 edition = "2021"
4 edition = "2021"
21 edition = "2021"
16 …and Standard editions. The Lite edition can be used on platforms powered by the LiteOS-A kernel, a…39 | base/startup/appspawn_lite | appspawn module of the Lite edition for spawning application pro…
14 edition = "2021"
12 edition = "2021"
17 edition = "2021"
15 edition = "2021"
153 …self.edition = '2015' # cargo default is 2015, you can specify the edition as 2018 or 2…250 self.edition = arg.replace('--edition=', '')508 self.core_deps == other.core_deps and self.edition == other.edition and567 opt_dump('edition', self.edition)647 if self.edition:648 self.write(' edition = "' + self.edition + '"')