Skip to content

Commit 907949d

Browse files
committed
what a mess
1 parent 6b01883 commit 907949d

File tree

8 files changed

+4663
-118
lines changed

8 files changed

+4663
-118
lines changed

compiler/rustc_borrowck/src/lib.rs

Lines changed: 3614 additions & 59 deletions
Large diffs are not rendered by default.

compiler/rustc_data_structures/src/graph/scc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl Annotation for () {
8585
pub struct Sccs<N: Idx, S: Idx> {
8686
/// For each node, what is the SCC index of the SCC to which it
8787
/// belongs.
88-
scc_indices: IndexVec<N, S>,
88+
pub scc_indices: IndexVec<N, S>,
8989

9090
/// Data about all the SCCs.
9191
scc_data: SccData<S>,

0 commit comments

Comments
 (0)