Restore const PartialEq
This commit is contained in:
parent
42dfac5e08
commit
f635cd2e82
17 changed files with 54 additions and 113 deletions
|
@ -1,8 +1,8 @@
|
|||
//! Basic test for calling methods on generic type parameters in `const fn`.
|
||||
|
||||
// known-bug: #110395
|
||||
// check-pass
|
||||
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(const_trait_impl, effects)]
|
||||
|
||||
struct S;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue