1
Fork 0

Mark const_trait_impl as active

This commit is contained in:
Deadbeef 2021-07-16 11:54:00 +08:00
parent b1f8e27b74
commit 8841a426e5
No known key found for this signature in database
GPG key ID: 6525773485376D92
38 changed files with 24 additions and 47 deletions

View file

@ -3,7 +3,6 @@
#![feature(const_trait_bound_opt_out)]
#![feature(const_trait_impl)]
#![allow(incomplete_features)]
// For now, this parses since an error does not occur until AST lowering.
impl ?const T {}