We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target
Edge
1 parent 6a65bc1 commit eb7b655Copy full SHA for eb7b655
rust/src/basic_block.rs
@@ -30,7 +30,7 @@ pub struct Edge<'a, C: 'a + BlockContext> {
30
pub branch: BranchType,
31
pub back_edge: bool,
32
pub source: Guard<'a, BasicBlock<C>>,
33
- target: Guard<'a, BasicBlock<C>>,
+ pub target: Guard<'a, BasicBlock<C>>,
34
}
35
36
impl<'a, C: 'a + fmt::Debug + BlockContext> fmt::Debug for Edge<'a, C> {
0 commit comments