-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update nightly to 2021-09-22 (#117)
* chore: update to nightly-2021-09-22, fix clippy (#115) This just updates Rust to the latest nightly, and fixes a new Clippy lint on that nightly. * chore(x86_64): add `-z nostart-stop-gc` to linker args when linking with `rust-lld` on recent nightlies, `__start` and `__stop` labels are now gc'd by default. this breaks the linker hax we use for tests. this argument makes `lld` stop doing that.
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[toolchain] | ||
channel = "nightly-2021-06-05" | ||
channel = "nightly-2021-09-22" | ||
components = [ | ||
"clippy", | ||
"rustfmt", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters