]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs
Update tests after feature stabilization
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / call-generic-method-pass.rs
index aa9bd4d824e1704aba419008433985d59c7f7727..40565d1b76a9c1cfd21fef07e53f18c7eef52073 100644 (file)
@@ -3,7 +3,6 @@
 // check-pass
 
 #![feature(const_trait_impl)]
-#![feature(const_fn_trait_bound)]
 
 struct S;