Add "nightly" feature to gc library, add unsize+coerce_unsized features

We're nightly, babey!!!

This is so we can coerce Gc<T> pointers to Gc<dyn Obj>

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-01-25 16:40:59 -08:00
parent d2f041798c
commit fa0203b441
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#![feature(unsize, coerce_unsized)]
mod compile;
mod obj;
mod scope;