]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/const-argument-if-length.rs
Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
[rust.git] / src / test / ui / const-generics / const-argument-if-length.rs
index a8bffd17b912c0ac3205a1541357bf684ad4f40c..8090738312418d57a73db7d6ab7692478029660e 100644 (file)
@@ -18,7 +18,6 @@ pub struct AtLeastByte<T: ?Sized> {
     //~^ ERROR the size for values of type `T` cannot be known at compilation time
     pad: [u8; is_zst::<T>()],
     //[min]~^ ERROR generic parameters may not be used in const operations
-    //[full]~^^ ERROR evaluation of constant value failed
 }
 
 fn main() {}