Re: [PATCH 7/9] docs: rust: update for new-style build rules
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <178699592135.3562558.3146619541530008775.b4-review@b4> |
> Signed-off-by: Paolo Bonzini <[email protected]> > Message-ID: <[email protected]> > > diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst > index af142c4a6945..6ebd4d334316 100644 > --- a/docs/devel/rust.rst > +++ b/docs/devel/rust.rst > @@ -21,15 +21,11 @@ invokes rustc directly, building static libraries that are then linked > together with the C code. This is completely automatic when you run > ``make`` or ``ninja``. > > -However, QEMU's build system also tries to be easy to use for people who > -are accustomed to the more "normal" Cargo-based development workflow. > -In particular: > - > -* the set of warnings and lints that are used to build QEMU always > - comes from the ``Cargo.toml`` workspace file > - > -* it is also possible to use ``cargo`` for common Rust-specific coding > - tasks, in particular to invoke ``clippy``, ``rustfmt`` and ``rustdoc``. > +However, Meson is able to consume ``Cargo.toml`` files and tries > +to be easy to use for people who are accustomed to the more "normal" > +Cargo-based development workflow. In the case of QEMU, in addition, > +it possible to use ``cargo`` for common Rust-specific coding it is possible -- Marc-André Lureau <[email protected]>