Skip to content

Commit 7d3e036

Browse files
committedMay 5, 2022
Auto merge of rust-lang#96720 - JohnTitor:rollup-9jaaekr, r=JohnTitor
Rollup of 7 pull requests Successful merges: - rust-lang#96603 (Enable full revision in const generics ui tests) - rust-lang#96616 (Relax memory ordering used in `min_stack`) - rust-lang#96619 (Relax memory ordering used in SameMutexCheck) - rust-lang#96628 (Stabilize `bool::then_some`) - rust-lang#96658 (Move callback to the () => {} syntax.) - rust-lang#96677 (Add more tests for label-break-value) - rust-lang#96697 (Enable tracing for all queries) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents bdcb6a9 + ade1232 commit 7d3e036

File tree

47 files changed

+625
-214
lines changed

Some content is hidden

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

47 files changed

+625
-214
lines changed
 

‎Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -4245,6 +4245,7 @@ dependencies = [
42454245
"rustc_serialize",
42464246
"rustc_session",
42474247
"rustc_span",
4248+
"tracing",
42484249
]
42494250

42504251
[[package]]

‎compiler/rustc_ast_pretty/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(bool_to_option)]
21
#![feature(crate_visibility_modifier)]
32
#![feature(box_patterns)]
43
#![recursion_limit = "256"]

0 commit comments

Comments
 (0)
Please sign in to comment.