Skip to content

Commit 1cd97ca

Browse files
committedOct 26, 2020
Auto merge of rust-lang#78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC
Rollup of 10 pull requests Successful merges: - rust-lang#74477 (`#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm) - rust-lang#77836 (transmute_copy: explain that alignment is handled correctly) - rust-lang#78126 (Properly define va_arg and va_list for aarch64-apple-darwin) - rust-lang#78137 (Initialize tracing subscriber in compiletest tool) - rust-lang#78161 (Add issue template link to IRLO) - rust-lang#78214 (Tweak match arm semicolon removal suggestion to account for futures) - rust-lang#78247 (Fix rust-lang#78192) - rust-lang#78252 (Add codegen test for rust-lang#45964) - rust-lang#78268 (Do not try to report on closures to avoid ICE) - rust-lang#78295 (Add some regression tests) Failed merges: r? `@ghost`
2 parents 16e9ed0 + c8e0f4d commit 1cd97ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+913
-368
lines changed
 

‎.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Rust Programming Language Forum
3+
- name: Question
44
url: https://users.rust-lang.org
5-
about: Please ask and answer questions about Rust here.
5+
about: Please ask and answer questions about Rust on the user forum.
6+
- name: Feature Request
7+
url: https://internals.rust-lang.org/
8+
about: Please discuss language feature requests on the internals forum.

‎Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ name = "compiletest"
649649
version = "0.0.0"
650650
dependencies = [
651651
"diff",
652-
"env_logger 0.7.1",
653652
"getopts",
654653
"glob",
655654
"lazy_static",
@@ -660,6 +659,7 @@ dependencies = [
660659
"serde",
661660
"serde_json",
662661
"tracing",
662+
"tracing-subscriber",
663663
"walkdir",
664664
"winapi 0.3.9",
665665
]

0 commit comments

Comments
 (0)
Please sign in to comment.