1
Fork 0

Add a ThinBox library as a libcore test for pointer metadata APIs

This commit is contained in:
Simon Sapin 2021-01-18 22:24:33 +01:00
parent 21ceebf296
commit 5ade3fe32c
2 changed files with 113 additions and 0 deletions

View file

@ -79,6 +79,7 @@
#![feature(slice_group_by)]
#![feature(trusted_random_access)]
#![deny(unsafe_op_in_unsafe_fn)]
#![cfg_attr(not(bootstrap), feature(unsize))]
extern crate test;