mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
fix RA build
This commit is contained in:
parent
59f9c95ec0
commit
883f16d805
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ pub enum TerminatorKind {
|
||||||
///
|
///
|
||||||
/// Only permitted in cleanup blocks. `Resume` is not permitted with `-C unwind=abort` after
|
/// Only permitted in cleanup blocks. `Resume` is not permitted with `-C unwind=abort` after
|
||||||
/// deaggregation runs.
|
/// deaggregation runs.
|
||||||
Resume,
|
UnwindResume,
|
||||||
|
|
||||||
/// Indicates that the landing pad is finished and that the process should abort.
|
/// Indicates that the landing pad is finished and that the process should abort.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue