1
Fork 0

Restore const PartialEq

This commit is contained in:
Deadbeef 2023-12-06 02:42:59 +00:00
commit f635cd2e82
17 changed files with 54 additions and 113 deletions

View file

@ -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;