diff options
| author | bors <bors@rust-lang.org> | 2024-04-15 16:46:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-15 16:46:59 +0000 |
| commit | 99d0186b1d0547eae913eff04be272c9d348b9b8 (patch) | |
| tree | 2048699106c48707603dd1bc9b25a1e38cf11071 /compiler/rustc_mir_transform/src/coverage/spans.rs | |
| parent | 023084804e5e8ea42877451c2b3030e7050281cc (diff) | |
| parent | 723c0e23bcc43baa2f7ad6f6ef60f96b3cf169eb (diff) | |
| download | rust-99d0186b1d0547eae913eff04be272c9d348b9b8.tar.gz rust-99d0186b1d0547eae913eff04be272c9d348b9b8.zip | |
Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxu
Rollup of 12 pull requests Successful merges: - #123423 (Distribute LLVM bitcode linker as a preview component) - #123548 (libtest: also measure time in Miri) - #123666 (Fix some typos in doc) - #123864 (Remove a HACK by instead inferring opaque types during expected/formal type checking) - #123896 (Migrate some diagnostics in `rustc_resolve` to session diagnostic) - #123919 (builtin-derive: tag → discriminant) - #123922 (Remove magic constants when using `base_n`.) - #123931 (Don't leak unnameable types in `-> _` recover) - #123933 (move the LargeAssignments lint logic into its own file) - #123934 (`rustc_data_structures::graph` mini refactor) - #123941 (Fix UB in LLVM FFI when passing zero or >1 bundle) - #123957 (disable create_dir_all_bare test on all(miri, windows)) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/spans.rs')
| -rw-r--r-- | compiler/rustc_mir_transform/src/coverage/spans.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/coverage/spans.rs b/compiler/rustc_mir_transform/src/coverage/spans.rs index 672de1fbe60..03ede886688 100644 --- a/compiler/rustc_mir_transform/src/coverage/spans.rs +++ b/compiler/rustc_mir_transform/src/coverage/spans.rs @@ -1,4 +1,4 @@ -use rustc_data_structures::graph::WithNumNodes; +use rustc_data_structures::graph::DirectedGraph; use rustc_index::bit_set::BitSet; use rustc_middle::mir; use rustc_span::{BytePos, Span}; |
