mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Make fields of mir::Terminator public
This commit is contained in:
parent
75ac37f317
commit
8f612b5352
1 changed files with 2 additions and 2 deletions
|
@ -323,8 +323,8 @@ impl SwitchTargets {
|
|||
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
pub struct Terminator {
|
||||
span: MirSpan,
|
||||
kind: TerminatorKind,
|
||||
pub span: MirSpan,
|
||||
pub kind: TerminatorKind,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
|
|
Loading…
Reference in a new issue