forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#93846 - ehuss:beta-backports, r=ehuss
[beta] Backports Backports of: * rust-lang#92611 — Add links to the reference and rust by example for asm! docs and lints * rust-lang#92983 — Update Linux runners to Ubuntu 20.04 * rust-lang#93081 — Update LLVM submodule * rust-lang#93394 — Don't allow {} to refer to implicit captures in format_args. * Cargo: * rust-lang/cargo#10377 — Remove strip = "off" (and undocumented strip = "n"/strip = "no")
- Loading branch information
Showing
14 changed files
with
168 additions
and
58 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
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
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
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
Submodule rust-by-example
updated
19 files
+9 −3 | .github/workflows/rbe.yml | |
+6 −0 | book.toml | |
+2 −0 | src/SUMMARY.md | |
+2 −0 | src/attribute/cfg.md | |
+0 −1 | src/custom_types/structs.md | |
+1 −1 | src/error/result/enter_question_mark.md | |
+2 −0 | src/flow_control/match/destructuring.md | |
+48 −0 | src/flow_control/match/destructuring/destructure_slice.md | |
+1 −1 | src/fn/closures/closure_examples/iter_any.md | |
+2 −2 | src/fn/closures/closure_examples/iter_find.md | |
+5 −4 | src/fn/closures/input_parameters.md | |
+1 −1 | src/generics/assoc_items/types.md | |
+2 −2 | src/generics/bounds.md | |
+1 −1 | src/hello/print.md | |
+1 −1 | src/meta.md | |
+9 −2 | src/scope/move/partial_move.md | |
+1 −1 | src/std/result/question_mark.md | |
+1 −1 | src/std/str.md | |
+437 −0 | src/unsafe/asm.md |
Submodule llvm-project
updated
9 files
Oops, something went wrong.