Changeset 24ecd679
- Timestamp:
- 06/01/2023 11:09:45 AM (4 months ago)
- Branches:
- 12.0, kea, lazarus, lxqt, trunk, xry111/xf86-video-removal
- Children:
- 48d48bdd
- Parents:
- 185bfd71
- git-author:
- Xi Ruoyao <xry111@…> (06/01/2023 10:52:47 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (06/01/2023 11:09:45 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/rust.xml
r185bfd71 r24ecd679 283 283 284 284 # Specify which extended tools (those from the default install). 285 tools = ["cargo", "clippy", "rust fmt"]285 tools = ["cargo", "clippy", "rustdoc", "rustfmt"] 286 286 287 287 # Use the source code shipped in the tarball for the dependencies. … … 441 441 442 442 <para> 443 <command>tools = ["cargo", "clippy", "rustfmt"]</command>: if the tools 444 are not scecified, the absence of <application>Miri</application> now 445 causes the install to fail. But <application>Miri</application> is not 446 built in the stable channel. Some of the other tools are unlikely to 447 be useful unless using (old) code analyzers or editing the standard library. 448 This set match those from the 'default' profile in binary command 449 <command>rustup</command> which are recommended for most users, except that 450 the documentation was disabled at the start of the '[build]' section. 443 <command>tools = ["cargo", "clippy", "rustdoc", "rustfmt"]</command>: 444 only build the tools from the 'default' profile in binary command 445 <command>rustup</command> which are recommended for most users. 446 The other tools are unlikely to be useful unless using (old) code 447 analyzers or editing the standard library. 451 448 </para> 452 449
Note:
See TracChangeset
for help on using the changeset viewer.