Commit f52bfd9
committed
Fix references to
Two .gitignore files and a GitHub workflow referenced `rust-toolchain`
without a `.toml` extension, but all the files in the repo and the
generated files are `rust-toolchain.toml`.
In addition, have the GitHub workflow's hashing take
`*rust-toolchain.toml` into account, to allow for a future split between
the toolchain for compiling c2rust and the toolchain for compiling
c2rust-generated code that needs nightly.rust-toolchain without .toml suffix1 parent 347969a commit f52bfd9
File tree
3 files changed
+4
-3
lines changed- .github/workflows
- analysis/tests
- tests
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments