6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
unit beta;
|
|
|
|
pub fn fail() -> !void {
|
|
return error.Busy;
|
|
}
|