]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/const-generics/const-generic-defaults.rs
Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011
[rust.git] / src / test / rustdoc / const-generics / const-generic-defaults.rs
index efe35bf7aa4422e1b274ba49e09d8a5ae930bc08..8035f826775ef5e806d6f6751595b8e04a025102 100644 (file)
@@ -1,5 +1,4 @@
 #![crate_name = "foo"]
-#![feature(const_generics_defaults)]
 
 // @has foo/struct.Foo.html '//pre[@class="rust struct"]' \
 //      'pub struct Foo<const M: usize = 10_usize, const N: usize = M, T = i32>(_);'