move to correct test
This commit is contained in:
parent
ca1eb4309e
commit
42a50bac31
5 changed files with 0 additions and 0 deletions
10
tests/ui/rfc-2632-const-trait-impl/call.rs
Normal file
10
tests/ui/rfc-2632-const-trait-impl/call.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
// check-pass
|
||||
|
||||
#![feature(const_closures, const_trait_impl)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
pub const _: () = {
|
||||
assert!((const || true)());
|
||||
};
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Add a link
Reference in a new issue