You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/svd2rust-regress/README.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@
15
15
16
16
### Preconditions
17
17
18
-
By default, `svd2rust-regress` assumes you have already built `svd2rust` in the root of this repository in `--release` mode. If this is not possible, it is possible to specify the path to an `svd2rust` binary (see **Options** below).
18
+
By default, `svd2rust-regress` assumes you have already built `svd2rust` in the root of this repository in `--release` mode.
19
+
If this is not possible, it is possible to specify the path to an `svd2rust` binary (see **Options** below).
20
+
21
+
You'll also need to have `rustfmt` version > v0.4.0 to use the `--format` flag, you can install `rustfmt` with `rustup component add rustfmt-preview`.
0 commit comments