1
Fork 0

Stabilize transmute in constants and statics but not const fn

This commit is contained in:
Oliver Scherer 2019-08-30 02:01:04 +02:00
parent daecab3a78
commit dd872be5da
39 changed files with 238 additions and 106 deletions

View file

@ -1,4 +1,3 @@
#![feature(const_transmute)]
#![allow(const_err)] // make sure we cannot allow away the errors tested here
//! Test the "array of int" fast path in validity checking, and in particular whether it