1 2 3 4 5 6 7 8
error: expected a trait, found type --> $DIR/impl-tilde-const-trait.rs:6:6 | LL | impl ~const T for S {} | ^^^^^^^^ error: aborting due to previous error