1
Fork 0

bless UI tests

This commit is contained in:
Deadbeef 2024-06-25 09:50:01 +00:00
parent f852a2c173
commit 373e906296
73 changed files with 874 additions and 823 deletions

View file

@ -21,6 +21,7 @@ const fn equals_self<T: ~const Foo>(t: &T) -> bool {
// it not using the impl.
pub const EQ: bool = equals_self(&S);
//~^ ERROR: the trait bound `S: const Foo` is not satisfied
//~^ ERROR: the trait bound `Runtime: const Compat` is not satisfied
// FIXME(effects) diagnostic
fn main() {}