Skip to content

Commit 28a13c5

Browse files
committed
Auto merge of #144740 - jdonszelmann:rollup-nprgqnm, r=jdonszelmann
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144688 (Uniform `enter_trace_span!` and add documentation) - rust-lang/rust#144702 (stall `ConstArgHasType` in `compute_goal_fast_path`) - rust-lang/rust#144711 (Consider operator's span when computing binop expr span) - rust-lang/rust#144712 (Deduplicate `IntTy`/`UintTy`/`FloatTy`.) - rust-lang/rust#144726 (merge rustc_attr_data_structures into rustc_hir) - rust-lang/rust#144733 (fix: Match width of ascii and unicode secondary file start) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2e0c7be + 78adadf commit 28a13c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ tracing = "0.1"
1818
# tidy-alphabetical-end
1919

2020
[features]
21+
# tidy-alphabetical-start
2122
# Provides access to APIs that expose internals of the rust compiler.
2223
# APIs enabled by this feature are unstable. They can be removed or modified
2324
# at any point and they are not included in the crate's semantic versioning.
2425
rustc_internal = []
26+
# tidy-alphabetical-end

0 commit comments

Comments
 (0)