use zig-defined Str.concat

This commit is contained in:
Folkert 2020-12-01 22:03:13 +01:00
parent 1a71b8bac7
commit 63f4fbf1ef
3 changed files with 124 additions and 408 deletions

View file

@ -2383,6 +2383,7 @@ fn call_with_args<'a, 'ctx, 'env>(
}
#[derive(Copy, Clone)]
#[repr(u8)]
pub enum InPlace {
InPlace,
Clone,