We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de656ba commit 8986c00Copy full SHA for 8986c00
crates/environ/src/trap_encoding.rs
@@ -91,7 +91,8 @@ pub enum Trap {
91
92
/// Async-lifted export failed to produce a result by calling `task.return`
93
/// before returning `STATUS_DONE` and/or after all host tasks completed.
94
- NoAsyncResult, // if adding a variant here be sure to update the `check!` macro below
+ NoAsyncResult,
95
+ // if adding a variant here be sure to update the `check!` macro below
96
}
97
98
impl Trap {
0 commit comments